aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m32r/kernel')
-rw-r--r--arch/m32r/kernel/entry.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m32r/kernel/entry.S b/arch/m32r/kernel/entry.S
index 396c94218cc2..f6d4a5821a2c 100644
--- a/arch/m32r/kernel/entry.S
+++ b/arch/m32r/kernel/entry.S
@@ -651,8 +651,6 @@ ENTRY(rie_handler)
651/* void rie_handler(int error_code) */ 651/* void rie_handler(int error_code) */
652 SWITCH_TO_KERNEL_STACK 652 SWITCH_TO_KERNEL_STACK
653 SAVE_ALL 653 SAVE_ALL
654 mvfc r0, bpc
655 ld r1, @r0
656 ldi r1, #0x20 ; error_code 654 ldi r1, #0x20 ; error_code
657 mv r0, sp ; pt_regs 655 mv r0, sp ; pt_regs
658 bl do_rie_handler 656 bl do_rie_handler