]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: S3C: Change VMALLOC_END to use more vmalloc()/ioremap() area
authorKukjin Kim <kgene.kim@samsung.com>
Fri, 22 Oct 2010 01:35:19 +0000 (10:35 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 25 Oct 2010 07:11:44 +0000 (16:11 +0900)
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>
arch/arm/mach-s3c2410/include/mach/vmalloc.h
arch/arm/mach-s3c24a0/include/mach/vmalloc.h
arch/arm/mach-s3c64xx/include/mach/vmalloc.h

index 54297eb0bf5ea437103cd104106a8b6340a895f9..7a311e8dddba7dcad273a48ce262d7f8bf6083d4 100644 (file)
@@ -15,6 +15,6 @@
 #ifndef __ASM_ARCH_VMALLOC_H
 #define __ASM_ARCH_VMALLOC_H
 
-#define VMALLOC_END    0xE0000000UL
+#define VMALLOC_END    0xF6000000UL
 
 #endif /* __ASM_ARCH_VMALLOC_H */
index 914656820794062b578b4cde002a9a2ecd0ed378..6480b15277f3804cb8faeb7dfdb45a0565c5f737 100644 (file)
@@ -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 */
index bc0e913898642ef3f374188f4d928cc56a83f0a5..23f75e556a30aeb38355612c91bcf5d8d71248a7 100644 (file)
@@ -15,6 +15,6 @@
 #ifndef __ASM_ARCH_VMALLOC_H
 #define __ASM_ARCH_VMALLOC_H
 
-#define VMALLOC_END    0xE0000000UL
+#define VMALLOC_END    0xF6000000UL
 
 #endif /* __ASM_ARCH_VMALLOC_H */