Simplify CPUID value handling.
authorUlrich Drepper <drepper@redhat.com>
Mon, 1 Jun 2009 00:52:05 +0000 (17:52 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 1 Jun 2009 00:52:05 +0000 (17:52 -0700)
commit963cb6fcb47ca212c0c57cc57bd7510f6549579c
treee0b12d2f0af3a97193aaa12a7162e6c38b828a4f
parentfd469aac31dc09f1328c8c4b976f887ebd592c56
Simplify CPUID value handling.

SO far Intel and AMD use exactly the same bits meaning the same
things in CPUID index 1.  Simplify the code.  Should an architecture
come along which doesn't use the same semantics then it must use a
different index value than COMMON_CPUID_INDEX_1.
ChangeLog
sysdeps/x86_64/cacheinfo.c
sysdeps/x86_64/multiarch/init-arch.c
sysdeps/x86_64/multiarch/init-arch.h
sysdeps/x86_64/multiarch/sched_cpucount.c