Skip to content
Commit 69245c97 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machines



flush_tlb_all_local() flushes the ITLB and DTLB of the CPU.
In case the machine does not have separate ITLBs and DTLBs, use the
alternative functionality to replace the code which flushes the ITLB
with nops while keeping the code which flushes the DTLB.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent f5e03d3a
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