* posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
authorUlrich Drepper <drepper@redhat.com>
Sun, 29 Jul 2007 05:39:49 +0000 (05:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 29 Jul 2007 05:39:49 +0000 (05:39 +0000)
entry.

ChangeLog
posix/getconf.c

index 754eea7..9048743 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
 
+       * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
+       entry.
+
        [BZ 4858]
        * stdio-common/printf_fp.c (___printf_fp): Fix special case of
        #.0g and value rounded to 1.0.
index 885f9f9..7e479a1 100644 (file)
@@ -911,6 +911,9 @@ static const struct conf vars[] =
 #ifdef _SC_LEVEL4_CACHE_ASSOC
     { "LEVEL4_CACHE_ASSOC", _SC_LEVEL4_CACHE_ASSOC, SYSCONF },
 #endif
+#ifdef _SC_LEVEL4_CACHE_LINESIZE
+    { "LEVEL4_CACHE_LINESIZE", _SC_LEVEL4_CACHE_LINESIZE, SYSCONF },
+#endif
 
 #ifdef _SC_IPV6
     { "IPV6", _SC_IPV6, SYSCONF },