commit | 69245c97560b40f88c609b078f4b51c5be81d88b | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Sun Jul 21 00:55:48 2019 +0200 |
committer | Helge Deller <deller@gmx.de> | Sun Jul 21 11:03:02 2019 +0200 |
tree | f6fc46a5084063fee75400fa176f2e7989855356 | |
parent | f5e03d3a04978d2866f82cb11cc7a6b808c8ce07 [diff] |
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: Helge Deller <deller@gmx.de>