Commit 564c90aa authored by Russell King's avatar Russell King Committed by Russell King

[PATCH] ARM SMP: Use local_flush_tlb* where we really want to be local

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 603fff54
......@@ -437,7 +437,7 @@ void __init paging_init(struct meminfo *mi, struct machine_desc *mdesc)
memtable_init(mi);
if (mdesc->map_io)
mdesc->map_io();
flush_tlb_all();
local_flush_tlb_all();
/*
* initialise the zones within each node
......
......@@ -682,7 +682,7 @@ void __init memtable_init(struct meminfo *mi)
}
flush_cache_all();
flush_tlb_all();
local_flush_tlb_all();
top_pmd = pmd_off_k(0xffff0000);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment