projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085fb61
)
ARM: NUC93X: add UL suffix to VMALLOC_END to ensure it is properly typed
author
Barry Song
<bs14@csr.com>
Fri, 8 Jul 2011 02:54:29 +0000
(19:54 -0700)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 8 Jul 2011 15:55:26 +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-nuc93x/include/mach/vmalloc.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-nuc93x/include/mach/vmalloc.h
b/arch/arm/mach-nuc93x/include/mach/vmalloc.h
index
98a21b8
..
7d11a5f
100644
(file)
--- a/
arch/arm/mach-nuc93x/include/mach/vmalloc.h
+++ b/
arch/arm/mach-nuc93x/include/mach/vmalloc.h
@@
-18,6
+18,6
@@
#ifndef __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H
-#define VMALLOC_END
(0xE0000000)
+#define VMALLOC_END
0xE0000000UL
#endif /* __ASM_ARCH_VMALLOC_H */