summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include/mach/vmalloc.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-08-28 14:12:05 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-28 14:12:05 -0700
commit45b5bed7bc02a7f04127ac32f8fe7117b6baa419 (patch)
tree1cfa97e50e3e7be28f025e580a3e6e5deedaa737 /arch/arm/mach-s5pv210/include/mach/vmalloc.h
parent30c0f6a04975d557f3c1a4e640b3808b1231c3ef (diff)
parent766211e74818e655593fd3272cbf84868220f9e5 (diff)
downloadop-kernel-dev-45b5bed7bc02a7f04127ac32f8fe7117b6baa419.zip
op-kernel-dev-45b5bed7bc02a7f04127ac32f8fe7117b6baa419.tar.gz
Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung
* 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: ARM: S5PV310: Fix on Secondary CPU startup ARM: S5PV310: Bug fix on uclk1 and sclk_pwm ARM: S5PV310: Fix missed uart clocks ARM: S5PV310: Should be clk_sclk_apll not clk_mout_apll ARM: S5PV310: Fix on PLL setting for S5PV310 ARM: S5PV310: Add CMU block for S5PV310 Clock ARM: S5PV310: Fix on typo irqs.h of S5PV310 ARM: S5PV310: Fix on default ZRELADDR of ARCH_S5PV310 ARM: S5PV310: Fix on GPIO base addresses ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END type ARM: S5P: VMALLOC_END should be unsigned long
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach/vmalloc.h')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/vmalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/vmalloc.h b/arch/arm/mach-s5pv210/include/mach/vmalloc.h
index 58f515e..df9a288 100644
--- a/arch/arm/mach-s5pv210/include/mach/vmalloc.h
+++ b/arch/arm/mach-s5pv210/include/mach/vmalloc.h
@@ -17,6 +17,6 @@
#ifndef __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H __FILE__
-#define VMALLOC_END (0xE0000000)
+#define VMALLOC_END (0xE0000000UL)
#endif /* __ASM_ARCH_VMALLOC_H */
OpenPOWER on IntegriCloud