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:
@@ -132,7 +132,6 @@ ENTRY(tlb_protection_violation_store)
|
|||||||
mov #1, r5
|
mov #1, r5
|
||||||
|
|
||||||
call_handle_tlbmiss:
|
call_handle_tlbmiss:
|
||||||
setup_frame_reg
|
|
||||||
mov.l 1f, r0
|
mov.l 1f, r0
|
||||||
mov r5, r8
|
mov r5, r8
|
||||||
mov.l @r0, r6
|
mov.l @r0, r6
|
||||||
|
Reference in New Issue
Block a user