diff options
author | Barry Song <bs14@csr.com> | 2011-07-07 19:54:27 -0700 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-08 15:54:53 +0000 |
commit | ff5caab10e869274539654e02ae4ee155869b7e6 (patch) | |
tree | b5291e6b9f49ef4bfc1821d9e003b5f6e8767dd6 | |
parent | fe0d42203cb5616eeff68b14576a0f7e2dd56625 (diff) | |
download | talos-obmc-linux-ff5caab10e869274539654e02ae4ee155869b7e6.tar.gz talos-obmc-linux-ff5caab10e869274539654e02ae4ee155869b7e6.zip |
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>
-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 @@ * published by the Free Software Foundation. */ -#define VMALLOC_END 0xd8000000 +#define VMALLOC_END 0xd8000000UL |