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
19040c0bc8
kernel_optimize_test
/
arch
/
arm
/
mach-kirkwood
/
include
/
mach
/
vmalloc.h
6 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-08-05 23:14:15 +08:00
/*
*
arch
/
arm
/
mach
-
kirkwood
/
include
/
mach
/
vmalloc
.
h
*/
ARM: 5928/1: Change type of VMALLOC_END to unsigned long. Makes it consistent with VMALLOC_START Tested-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Andreas Fenkart <andreas.fenkart@streamunlimited.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-02-08 04:47:17 +08:00
#
define VMALLOC_END 0xfe800000UL
Copy Permalink