Commit 085fb617 authored by Barry Song's avatar Barry Song Committed by Arnd Bergmann

ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed

Signed-off-by: default avatarBarry Song <baohua.song@csr.com>
Acked-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent ff5caab1
......@@ -19,6 +19,6 @@
#ifndef __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H
#define VMALLOC_END 0xF0000000
#define VMALLOC_END 0xF0000000UL
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment