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>
This commit is contained in:
@@ -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__);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user