aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nuc93x/include/mach/vmalloc.h
diff options
context:
space:
mode:
authorBarry Song <bs14@csr.com>2011-07-07 22:54:29 -0400
committerArnd Bergmann <arnd@arndb.de>2011-07-08 11:55:26 -0400
commitc8bbde430f837c7ae280b6ac8d4a27b056b83318 (patch)
treeb72483082c0d62112e2d94ccd3e8b9986d924db4 /arch/arm/mach-nuc93x/include/mach/vmalloc.h
parent085fb6171f0b7d726250026e363c06d3c4d54312 (diff)
ARM: NUC93X: add UL suffix to VMALLOC_END to ensure it is properly typed
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>
Diffstat (limited to 'arch/arm/mach-nuc93x/include/mach/vmalloc.h')
-rw-r--r--arch/arm/mach-nuc93x/include/mach/vmalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-nuc93x/include/mach/vmalloc.h b/arch/arm/mach-nuc93x/include/mach/vmalloc.h
index 98a21b81dec0..7d11a5f07696 100644
--- a/arch/arm/mach-nuc93x/include/mach/vmalloc.h
+++ b/arch/arm/mach-nuc93x/include/mach/vmalloc.h
@@ -18,6 +18,6 @@
18#ifndef __ASM_ARCH_VMALLOC_H 18#ifndef __ASM_ARCH_VMALLOC_H
19#define __ASM_ARCH_VMALLOC_H 19#define __ASM_ARCH_VMALLOC_H
20 20
21#define VMALLOC_END (0xE0000000) 21#define VMALLOC_END 0xE0000000UL
22 22
23#endif /* __ASM_ARCH_VMALLOC_H */ 23#endif /* __ASM_ARCH_VMALLOC_H */