diff mbox

ARM: mach-shmobile: fix compile warning in mm/init.c

Message ID 20101215105924.23413.34629.sendpatchset@t400s (mailing list archive)
State Accepted
Commit 676b14c36de5bea83f7666e5f5965188426b97a7
Headers show

Commit Message

Magnus Damm Dec. 15, 2010, 10:59 a.m. UTC
None
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/include/mach/vmalloc.h
+++ work/arch/arm/mach-shmobile/include/mach/vmalloc.h	2010-11-18 16:13:50.000000000 +0900
@@ -2,6 +2,6 @@ 
 #define __ASM_MACH_VMALLOC_H
 
 /* Vmalloc at ... - 0xe5ffffff */
-#define VMALLOC_END 0xe6000000
+#define VMALLOC_END 0xe6000000UL
 
 #endif /* __ASM_MACH_VMALLOC_H */