Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 8 May 2016 15:49:02 +0000 (08:49 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 8 May 2016 15:49:18 +0000 (08:49 -0700)
Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86.  No code changes on x86
and x86_64.

* 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.

ChangeLog
sysdeps/i386/cacheinfo.c
sysdeps/x86/cacheinfo.c [moved from sysdeps/x86_64/cacheinfo.c with 100% similarity]

index 30ab0e8..4677e87 100644 (file)
--- 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.
index 0b50c6d..f15fe07 100644 (file)
@@ -1,3 +1,3 @@
 #define DISABLE_PREFETCHW
 
-#include <sysdeps/x86_64/cacheinfo.c>
+#include <sysdeps/x86/cacheinfo.c>