projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff5caab
)
ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed
author
Barry Song
<bs14@csr.com>
Fri, 8 Jul 2011 02:54:28 +0000
(19:54 -0700)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 8 Jul 2011 15:55:22 +0000
(15:55 +0000)
Signed-off-by: Barry Song <baohua.song@csr.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-lpc32xx/include/mach/vmalloc.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-lpc32xx/include/mach/vmalloc.h
b/arch/arm/mach-lpc32xx/include/mach/vmalloc.h
index
d1d936c
..
720fa43
100644
(file)
--- a/
arch/arm/mach-lpc32xx/include/mach/vmalloc.h
+++ b/
arch/arm/mach-lpc32xx/include/mach/vmalloc.h
@@
-19,6
+19,6
@@
#ifndef __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H
-#define VMALLOC_END 0xF0000000
+#define VMALLOC_END 0xF0000000
UL
#endif