aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24a0
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2010-10-22 10:35:19 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-10-25 16:11:44 +0900
commitcd1cc8282d6416e78cd27573ab16133086283caf (patch)
tree30ab59e5bc876d9169c81893a1bfebf5bcb876ed /arch/arm/mach-s3c24a0
parentARM: SAMSUNG: Move the start address of Samsung SoCs' VA space (diff)
downloadlinux-dev-cd1cc8282d6416e78cd27573ab16133086283caf.tar.xz
linux-dev-cd1cc8282d6416e78cd27573ab16133086283caf.zip
ARM: S3C: Change VMALLOC_END to use more vmalloc()/ioremap() area
This patch changes VMALLOC_END from 0xE0000000 to 0xF6000000, because some systems want to use more vmalloc()/ioremap() area and now don't use from at 0xE0000000 to 0xF6000000 (the start of Samsung SoCs' VA space) Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24a0')
-rw-r--r--arch/arm/mach-s3c24a0/include/mach/vmalloc.h2
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 914656820794..6480b15277f3 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 (0xe0000000UL)
+#define VMALLOC_END 0xF6000000UL
#endif /* __ASM_ARCH_VMALLOC_H */