sh: TLB protection violation exception optimizations.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 14 Aug 2009 17:49:40 +0000 (02:49 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 14 Aug 2009 17:49:40 +0000 (02:49 +0900)
This adds a bit of rework to have the TLB protection violations skip the
TLB miss fastpath and go directly in to do_page_fault(), as these require
slow path handling.

Based on an earlier patch by SUGIOKA Toshinobu.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found