forked from Minki/linux
sh: Remove superfluous setup_frame_reg call
There's no need to setup the frame pointer again in call_handle_tlbmiss. The frame pointer will already have been setup in handle_interrupt. Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
944a343861
commit
1af0b2fc67
@ -132,7 +132,6 @@ ENTRY(tlb_protection_violation_store)
|
||||
mov #1, r5
|
||||
|
||||
call_handle_tlbmiss:
|
||||
setup_frame_reg
|
||||
mov.l 1f, r0
|
||||
mov r5, r8
|
||||
mov.l @r0, r6
|
||||
|
Loading…
Reference in New Issue
Block a user