String-handling functions for the new x86 setup code.
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Jul 2007 19:18:41 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 17:55:55 +0000 (10:55 -0700)
commit5be865661516263d90317a6b35b588a2d7c3cb55
treed8eb903bc210256b3d4b667506279c0c8c21cab5
parentad7e906d5687bb076fe6c3c980d6e013a3a42bde
String-handling functions for the new x86 setup code.

strcmp(), memcpy(), memset(), as well as routines to copy to and from
other segments (as pointed to by fs and gs).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/boot/copy.S [new file with mode: 0644]
arch/i386/boot/string.c [new file with mode: 0644]