Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd1cc828 authored by Kukjin Kim's avatar Kukjin Kim
Browse files

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: default avatarKukjin Kim <kgene.kim@samsung.com>
parent fb57d84a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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 */