Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86

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.
This commit is contained in:
H.J. Lu 2016-05-08 08:49:02 -07:00
parent b86970392c
commit a9558b49b3
3 changed files with 8 additions and 1 deletions

View File

@ -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> 2016-05-04 Florian Weimer <fweimer@redhat.com>
* malloc/malloc-internal.h: Adjust header file guard. * malloc/malloc-internal.h: Adjust header file guard.

View File

@ -1,3 +1,3 @@
#define DISABLE_PREFETCHW #define DISABLE_PREFETCHW
#include <sysdeps/x86_64/cacheinfo.c> #include <sysdeps/x86/cacheinfo.c>