* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
commitd4dc668ab4acc98b9a04eebf441ca8a2c424793b
authorJakub Jelinek <jakub@redhat.com>
Sat, 7 Jul 2007 16:06:42 +0000 (7 16:06 +0000)
committerJakub Jelinek <jakub@redhat.com>
Sat, 7 Jul 2007 16:06:42 +0000 (7 16:06 +0000)
treec993e256aa42d9579a56b7b651d9eccf2a7fd4cd
parentdaae5dc5c8ed2fcc63bfa7b172ed7de13bec8943
* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
as second parameter to handle_intel.

* sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
handling to ...
* sysdeps/x86_64/cacheinfo.c: ... here.  New file.
* sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
cacheinfo.
* sysdeps/x86_64/memcpy.S: Complete rewrite.
* sysdeps/x86_64/mempcpy.S: Adjust appropriately.
Patch by Evandro Menezes <evandro.menezes@amd.com>.
ChangeLog
sysdeps/unix/sysv/linux/x86_64/sysconf.c
sysdeps/x86_64/Makefile
sysdeps/x86_64/cacheinfo.c [copied from sysdeps/unix/sysv/linux/x86_64/sysconf.c with 54% similarity]
sysdeps/x86_64/memcpy.S
sysdeps/x86_64/mempcpy.S