diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-06-30 04:39:09 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-30 04:39:09 -0700 |
commit | 0181291385671286db5eefc5eea9913c647f14d8 (patch) | |
tree | c1ab3ccc64a7daaea49f3624c23f02f01448b59b /sysdeps/x86_64/multiarch/init-arch.h | |
parent | 44d20bca52ace85850012b0ead37b360e3ecd96e (diff) | |
download | glibc-0181291385671286db5eefc5eea9913c647f14d8.tar.gz glibc-0181291385671286db5eefc5eea9913c647f14d8.tar.xz glibc-0181291385671286db5eefc5eea9913c647f14d8.zip |
Determine and store processor family and model on x86-64.
Diffstat (limited to 'sysdeps/x86_64/multiarch/init-arch.h')
-rw-r--r-- | sysdeps/x86_64/multiarch/init-arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86_64/multiarch/init-arch.h b/sysdeps/x86_64/multiarch/init-arch.h index 5c4892de38..48a2127418 100644 --- a/sysdeps/x86_64/multiarch/init-arch.h +++ b/sysdeps/x86_64/multiarch/init-arch.h @@ -42,6 +42,8 @@ extern struct cpu_features unsigned int ecx; unsigned int edx; } cpuid[COMMON_CPUID_INDEX_MAX]; + unsigned int family; + unsigned int model; } __cpu_features attribute_hidden; |