Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 603fff54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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);
}