summaryrefslogtreecommitdiffstats
path: root/arch/i386/boot/string.c
Commit message (Collapse)AuthorAgeFilesLines
* String-handling functions for the new x86 setup code.H. Peter Anvin2007-07-121-0/+52
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>