This website requires JavaScript.
Explore
Help
Register
Sign In
AcoSail
/
kernel_optimize_test
Watch
8
Star
0
Fork
0
You've already forked kernel_optimize_test
forked from
luck/tmp_suning_uos_patched
Code
Pull Requests
Activity
587a9e1f95
kernel_optimize_test
/
arch
/
sh
/
include
/
asm
/
string.h
6 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
sh: Split out asm/string.h for sh32 and sh64. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-11-09 12:00:30 +08:00
#
ifdef CONFIG_SUPERH32
#
include "string_32.h"
#
else
#
include "string_64.h"
#
endif
Copy Permalink