Skip to content
Commit 997d0030 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Use local TLB flush in set_pte_phys().



set_pte_phys() presently uses the global flush_tlb_one(), which locks on
SMP trying to do the IPI. As we have not even initialized the other CPUs
at this point, switch to the local_ variant so the flush happens on the
boot CPU.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 2e046b94
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