diff options
Diffstat (limited to 'arch/arm/mach-h720x/include/mach/vmalloc.h')
| -rw-r--r-- | arch/arm/mach-h720x/include/mach/vmalloc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-h720x/include/mach/vmalloc.h b/arch/arm/mach-h720x/include/mach/vmalloc.h index a45915b8875..8520b4a4d4e 100644 --- a/arch/arm/mach-h720x/include/mach/vmalloc.h +++ b/arch/arm/mach-h720x/include/mach/vmalloc.h @@ -5,6 +5,6 @@  #ifndef __ARCH_ARM_VMALLOC_H  #define __ARCH_ARM_VMALLOC_H -#define VMALLOC_END       0xd0000000 +#define VMALLOC_END       0xd0000000UL  #endif  |