This website requires JavaScript.
Explore
Help
Sign In
kevin
/
linux
Watch
1
Fork
0
You've already forked linux
Code
f5412be599
linux
/
arch
/
arm
/
mach-ep93xx
/
include
/
mach
/
vmalloc.h
6 lines
88 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 08:14:15 -07:00
/*
*
arch
/
arm
/
mach
-
ep93xx
/
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-07 13:47:17 -07:00
#
define VMALLOC_END 0xfe800000UL
Copy Permalink