]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2add9b77670e2f160c9a45884eccf7a513e639f7
treed8eb903bc210256b3d4b667506279c0c8c21cab5
parent2289941fceb4515352166104bfe5c79f38415c0c
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]