summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-25 01:43:47 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2007-07-25 01:43:47 (GMT)
commitf0b859e3d63a07995f0db294864c2f3c9228f1e4 (patch)
tree6490a317aa82f1492ae15603fc7bd2d8e3208c44 /arch/sh
parenteb695dbf00d572a770358305dae4de2a0680db8f (diff)
downloadlinux-fsl-qoriq-f0b859e3d63a07995f0db294864c2f3c9228f1e4.tar.xz
sh: Reclaim beginning of P3 space for vmalloc area.
The first 1MB of P3 space was reserved and used for page colouring, as we've reworked that to use fixmaps, we can reclaim the space and hand it back to VMALLOC_START. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/mm/cache-sh4.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/mm/cache-sh4.c b/arch/sh/mm/cache-sh4.c
index 5d0f73a..8648632 100644
--- a/arch/sh/mm/cache-sh4.c
+++ b/arch/sh/mm/cache-sh4.c
@@ -98,9 +98,6 @@ void __init p3_cache_init(void)
}
emit_cache_params();
-
- if (ioremap_page_range(P3SEG, P3SEG + (PAGE_SIZE * 4), 0, PAGE_KERNEL))
- panic("%s failed.", __FUNCTION__);
}
/*