diff options
Diffstat (limited to 'arch/arm/mach-s3c24a0/include/mach/vmalloc.h')
| -rw-r--r-- | arch/arm/mach-s3c24a0/include/mach/vmalloc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24a0/include/mach/vmalloc.h b/arch/arm/mach-s3c24a0/include/mach/vmalloc.h index 4d4fe484958..91465682079 100644 --- a/arch/arm/mach-s3c24a0/include/mach/vmalloc.h +++ b/arch/arm/mach-s3c24a0/include/mach/vmalloc.h @@ -12,6 +12,6 @@  #ifndef __ASM_ARCH_VMALLOC_H  #define __ASM_ARCH_VMALLOC_H -#define VMALLOC_END	  (0xE0000000) +#define VMALLOC_END	  (0xe0000000UL)  #endif /* __ASM_ARCH_VMALLOC_H */  |