sh64: Invert page fault fast-path error path values.
This brings the sh64 version in line with the sh32 one with regards to how errors are handled. Base work for further unification of the implementations. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -335,7 +335,7 @@ tlb_miss:
|
||||
/* If the fast path handler fixed the fault, just drop through quickly
|
||||
to the restore code right away to return to the excepting context.
|
||||
*/
|
||||
beqi/u r2, 0, tr1
|
||||
bnei/u r2, 0, tr1
|
||||
|
||||
fast_tlb_miss_restore:
|
||||
ld.q SP, SAVED_TR0, r2
|
||||
|
Reference in New Issue
Block a user