diff options
author | Barry Song <bs14@csr.com> | 2011-07-07 22:54:28 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-08 11:55:22 -0400 |
commit | 085fb6171f0b7d726250026e363c06d3c4d54312 (patch) | |
tree | 99c197d571b66e9bf98e1211cf900d396da1d182 /arch/arm/mach-lpc32xx | |
parent | ff5caab10e869274539654e02ae4ee155869b7e6 (diff) |
ARM: LPC32XXX: 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-lpc32xx')
-rw-r--r-- | arch/arm/mach-lpc32xx/include/mach/vmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/include/mach/vmalloc.h b/arch/arm/mach-lpc32xx/include/mach/vmalloc.h index d1d936c7236d..720fa43a60bf 100644 --- a/arch/arm/mach-lpc32xx/include/mach/vmalloc.h +++ b/arch/arm/mach-lpc32xx/include/mach/vmalloc.h | |||
@@ -19,6 +19,6 @@ | |||
19 | #ifndef __ASM_ARCH_VMALLOC_H | 19 | #ifndef __ASM_ARCH_VMALLOC_H |
20 | #define __ASM_ARCH_VMALLOC_H | 20 | #define __ASM_ARCH_VMALLOC_H |
21 | 21 | ||
22 | #define VMALLOC_END 0xF0000000 | 22 | #define VMALLOC_END 0xF0000000UL |
23 | 23 | ||
24 | #endif | 24 | #endif |