diff options
author | Russell King | 2010-02-25 23:09:41 +0100 |
---|---|---|
committer | Russell King | 2010-02-25 23:09:41 +0100 |
commit | 2741ecb4ce5c2d430b5c44b0a169038338c21df5 (patch) | |
tree | 4aa71d7551184ee88f32c7f3660d821133058c32 /arch/arm/mach-s3c24a0/include/mach | |
parent | Merge branch 'perf' into devel (diff) | |
parent | ARM: Eliminate decompressor -Dstatic= PIC hack (diff) | |
download | kernel-qcow2-linux-2741ecb4ce5c2d430b5c44b0a169038338c21df5.tar.gz kernel-qcow2-linux-2741ecb4ce5c2d430b5c44b0a169038338c21df5.tar.xz kernel-qcow2-linux-2741ecb4ce5c2d430b5c44b0a169038338c21df5.zip |
Merge branch 'misc2' into devel
Diffstat (limited to 'arch/arm/mach-s3c24a0/include/mach')
-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 4d4fe4849589..914656820794 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 */ |