summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-04 00:25:46 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-04 00:25:46 -0700
commit22f4f44b6727887957aa1d4039eba290b064da63 (patch)
treed62b43c58263a6e0093ae5fc75f15c312181b0dc /ChangeLog
parent1a81139728494810f65aaa0d0c538ff8c2783dd5 (diff)
Fix concurrent handling of __cpu_features.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91ae1056f5..99aa68027c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-04-04 H.J. Lu <hongjiu.lu@intel.com>
+ Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #11292]
+ * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Allow
+ concurrent initialization and use of __cpu_features.
+
+2010-04-04 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add tag to
+ the enum.
+
2010-04-03 Ulrich Drepper <drepper@redhat.com>
[BZ #11333]