projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f0721
)
ARM: mach-shmobile: Update VMALLOC_END
author
Magnus Damm
<damm@opensource.se>
Wed, 28 Apr 2010 08:36:57 +0000
(08:36 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 20 May 2010 03:51:31 +0000
(12:51 +0900)
Extend VMALLOC_END to the I/O Window at 0xe6000000.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/include/mach/vmalloc.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/include/mach/vmalloc.h
b/arch/arm/mach-shmobile/include/mach/vmalloc.h
index fb3c4f1ab25227bf64d697c3260a427221b4903a..4aecf6e3a859f801111fafa328a44b3d0de3b311 100644
(file)
--- a/
arch/arm/mach-shmobile/include/mach/vmalloc.h
+++ b/
arch/arm/mach-shmobile/include/mach/vmalloc.h
@@
-1,6
+1,7
@@
#ifndef __ASM_MACH_VMALLOC_H
#define __ASM_MACH_VMALLOC_H
-#define VMALLOC_END (PAGE_OFFSET + 0x24000000)
+/* Vmalloc at ... - 0xe5ffffff */
+#define VMALLOC_END 0xe6000000
#endif /* __ASM_MACH_VMALLOC_H */