diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-04 00:25:46 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-04 00:25:46 -0700 |
commit | 22f4f44b6727887957aa1d4039eba290b064da63 (patch) | |
tree | d62b43c58263a6e0093ae5fc75f15c312181b0dc /sysdeps/x86_64/multiarch/init-arch.h | |
parent | 1a81139728494810f65aaa0d0c538ff8c2783dd5 (diff) | |
download | glibc-22f4f44b6727887957aa1d4039eba290b064da63.tar.gz glibc-22f4f44b6727887957aa1d4039eba290b064da63.tar.xz glibc-22f4f44b6727887957aa1d4039eba290b064da63.zip |
Fix concurrent handling of __cpu_features.
Diffstat (limited to 'sysdeps/x86_64/multiarch/init-arch.h')
-rw-r--r-- | sysdeps/x86_64/multiarch/init-arch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86_64/multiarch/init-arch.h b/sysdeps/x86_64/multiarch/init-arch.h index 69492cb3bf..5c73813404 100644 --- a/sysdeps/x86_64/multiarch/init-arch.h +++ b/sysdeps/x86_64/multiarch/init-arch.h @@ -1,5 +1,5 @@ /* This file is part of the GNU C Library. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -52,7 +52,7 @@ enum extern struct cpu_features { - enum + enum cpu_features_kind { arch_kind_unknown = 0, arch_kind_intel, |