Skip to content
Snippets Groups Projects
Commit 1c6b2ca5 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Kill off UTLB flush in fast-path.


The __do_page_fault() fast-path contains a UTLB flush in order to
force an ITLB reload, this isn't needed in practice as the ITLB is
auto-reloaded from the UTLB anyways, which is already displaced by
the manual 'ldtlb' in the update_mmu_cache() path.

This provides a measurable speed up in the TLB miss fast-path.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 03493374
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment