From: Ulrich Drepper Date: Fri, 7 Aug 2009 16:47:12 +0000 (-0700) Subject: Fix whitespaces in last checkin. X-Git-Tag: fedora/glibc-2.10.90-13~1^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3aa2588d4a533686d677eb3f6c00c202849df72b;p=thirdparty%2Fglibc.git Fix whitespaces in last checkin. --- diff --git a/sysdeps/x86_64/cacheinfo.c b/sysdeps/x86_64/cacheinfo.c index ddad63baee2..5b66c62eb35 100644 --- a/sysdeps/x86_64/cacheinfo.c +++ b/sysdeps/x86_64/cacheinfo.c @@ -557,7 +557,7 @@ init_cacheinfo (void) while (((eax >> 5) & 0x7) != level); threads = (eax >> 14) & 0x3ff; - + /* If max_cpuid >= 11, THREADS is the maximum number of addressable IDs for logical processors sharing the cache, instead of the maximum number of threads