diff options
author | Barry Song <bs14@csr.com> | 2011-07-07 19:54:29 -0700 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-08 15:55:26 +0000 |
commit | c8bbde430f837c7ae280b6ac8d4a27b056b83318 (patch) | |
tree | b72483082c0d62112e2d94ccd3e8b9986d924db4 /arch/arm/mach-nuc93x | |
parent | ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed (diff) | |
download | linux-dev-c8bbde430f837c7ae280b6ac8d4a27b056b83318.tar.xz linux-dev-c8bbde430f837c7ae280b6ac8d4a27b056b83318.zip |
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')
-rw-r--r-- | arch/arm/mach-nuc93x/include/mach/vmalloc.h | 2 |
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 @@ #ifndef __ASM_ARCH_VMALLOC_H #define __ASM_ARCH_VMALLOC_H -#define VMALLOC_END (0xE0000000) +#define VMALLOC_END 0xE0000000UL #endif /* __ASM_ARCH_VMALLOC_H */ |