diff options
author | Barry Song <bs14@csr.com> | 2011-07-07 22:54:27 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-08 11:54:53 -0400 |
commit | ff5caab10e869274539654e02ae4ee155869b7e6 (patch) | |
tree | b5291e6b9f49ef4bfc1821d9e003b5f6e8767dd6 /arch/arm/mach-cns3xxx/include/mach/vmalloc.h | |
parent | fe0d42203cb5616eeff68b14576a0f7e2dd56625 (diff) |
ARM: CNS3XXX: 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-cns3xxx/include/mach/vmalloc.h')
-rw-r--r-- | arch/arm/mach-cns3xxx/include/mach/vmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-cns3xxx/include/mach/vmalloc.h b/arch/arm/mach-cns3xxx/include/mach/vmalloc.h index 4d381ec05278..1dd231d2f772 100644 --- a/arch/arm/mach-cns3xxx/include/mach/vmalloc.h +++ b/arch/arm/mach-cns3xxx/include/mach/vmalloc.h | |||
@@ -8,4 +8,4 @@ | |||
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #define VMALLOC_END 0xd8000000 | 11 | #define VMALLOC_END 0xd8000000UL |