* sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
commitbfe6f5fa899ebc951222e5c29d33c9c223824a1e
authorUlrich Drepper <drepper@redhat.com>
Mon, 21 May 2007 19:21:48 +0000 (21 19:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 21 May 2007 19:21:48 +0000 (21 19:21 +0000)
treeea511013d336d0af9a8c4c5e8e2eeedecb215c3c
parent2c2c003a5d1494ac0a06fb2fee0b2475a99d9bb7
* 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>.

* sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
ChangeLog
sysdeps/unix/sysv/linux/i386/epoll_pwait.S [new file with mode: 0644]
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