浏览代码

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>
Barry Song 14 年之前
父节点
当前提交
c8bbde430f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-nuc93x/include/mach/vmalloc.h

+ 1 - 1
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 */