aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/include/mach/debug-macro.S
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2008-11-10 09:10:14 -0500
committerCatalin Marinas <catalin.marinas@arm.com>2008-11-10 09:10:14 -0500
commit877d1f338912c1bf49a026eeca1d411755efece5 (patch)
tree7b1bc19f52cb0a68386d3877eaa4cc46ed76a5b9 /arch/arm/mach-realview/include/mach/debug-macro.S
parent2c0aec814d259e35366a0a22747f8c9d5e39ee9c (diff)
RealView: Make more vmalloc space by changing IO_ADDRESS
Since boards like PB11MPCore have 512MB of RAM and 128MB of flash, the virtual space is short on vmalloc memory and mapping the flash fails. This patch changes the IO_ADDRESS so that static mappings start at 0xfc000000 and moves the PCI virtual addresses higher up. The new VMALLOC_END is set to 0xf8000000 (512MB higher than the old value). Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/mach-realview/include/mach/debug-macro.S')
-rw-r--r--arch/arm/mach-realview/include/mach/debug-macro.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/include/mach/debug-macro.S b/arch/arm/mach-realview/include/mach/debug-macro.S
index d0076ca588a6..f072d88f1e96 100644
--- a/arch/arm/mach-realview/include/mach/debug-macro.S
+++ b/arch/arm/mach-realview/include/mach/debug-macro.S
@@ -35,7 +35,7 @@
35 mrc p15, 0, \rx, c1, c0 35 mrc p15, 0, \rx, c1, c0
36 tst \rx, #1 @ MMU enabled? 36 tst \rx, #1 @ MMU enabled?
37 moveq \rx, #0x10000000 37 moveq \rx, #0x10000000
38 movne \rx, #0xf0000000 @ virtual base 38 movne \rx, #0xfb000000 @ virtual base
39 orr \rx, \rx, #DEBUG_LL_UART_OFFSET 39 orr \rx, \rx, #DEBUG_LL_UART_OFFSET
40 .endm 40 .endm
41 41