summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-04 00:25:46 -0700
committerPetr Baudis <pasky@ucw.cz>2010-05-12 03:21:08 +0200
commit159aeed982dc4c36de78027d262be8370e2f35a0 (patch)
tree1f4597d21a033be1191c17e01cf4d5409bdb1e5a /ChangeLog
parent043ea9e79d25398e8e0025b48444257e9e48029c (diff)
Fix concurrent handling of __cpu_features.
(cherry picked from commit 22f4f44b6727887957aa1d4039eba290b064da63)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c3a1cd65c..75bd6b87b7 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]