]> git.neil.brown.name Git - history.git/commit
[PATCH] library functions updates for x86-64
authorAndi Kleen <ak@muc.de>
Sat, 12 Oct 2002 10:05:27 +0000 (03:05 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 12 Oct 2002 10:05:27 +0000 (03:05 -0700)
commit6acfce462b785bb9d09b253826b9605337a4a472
treebdc73f29c47cb5b3f856ab2871902ef2ea626ce7
parent59932a95996f27a9f3dda99216166576052372d3
[PATCH] library functions updates for x86-64

Update various lib/ functions for x86-64:

 - new memcpy/memset/csum-copy/copy_page/user
 - add bitstr support function for IOMMU
 - Other minor fixes and updates.
arch/x86_64/lib/Makefile
arch/x86_64/lib/bitstr.c [new file with mode: 0644]
arch/x86_64/lib/clear_page.S
arch/x86_64/lib/copy_page.S
arch/x86_64/lib/copy_user.S
arch/x86_64/lib/csum-copy.S
arch/x86_64/lib/memcpy.S
arch/x86_64/lib/memset.S
arch/x86_64/lib/thunk.S
arch/x86_64/lib/usercopy.c
include/asm-x86_64/bitops.h