aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--sysdeps/i386/cacheinfo.c2
-rw-r--r--sysdeps/x86/cacheinfo.c (renamed from sysdeps/x86_64/cacheinfo.c)0
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 30ab0e8..4677e87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-05-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/i386/cacheinfo.c: Include <sysdeps/x86/cacheinfo.c>
+ instead of <sysdeps/x86_64/cacheinfo.c>.
+ * sysdeps/x86_64/cacheinfo.c: Moved to ...
+ * sysdeps/x86/cacheinfo.c: Here.
+
2016-05-04 Florian Weimer <fweimer@redhat.com>
* malloc/malloc-internal.h: Adjust header file guard.
diff --git a/sysdeps/i386/cacheinfo.c b/sysdeps/i386/cacheinfo.c
index 0b50c6d..f15fe07 100644
--- a/sysdeps/i386/cacheinfo.c
+++ b/sysdeps/i386/cacheinfo.c
@@ -1,3 +1,3 @@
#define DISABLE_PREFETCHW
-#include <sysdeps/x86_64/cacheinfo.c>
+#include <sysdeps/x86/cacheinfo.c>
diff --git a/sysdeps/x86_64/cacheinfo.c b/sysdeps/x86/cacheinfo.c
index 143b333..143b333 100644
--- a/sysdeps/x86_64/cacheinfo.c
+++ b/sysdeps/x86/cacheinfo.c