Commit c8bbde43 authored by Barry Song's avatar Barry Song Committed by Arnd Bergmann

ARM: NUC93X: 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 085fb617
......@@ -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 */
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