mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
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:
parent
b86970392c
commit
a9558b49b3
@ -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.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#define DISABLE_PREFETCHW
|
#define DISABLE_PREFETCHW
|
||||||
|
|
||||||
#include <sysdeps/x86_64/cacheinfo.c>
|
#include <sysdeps/x86/cacheinfo.c>
|
||||||
|
Loading…
Reference in New Issue
Block a user