aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r
diff options
context:
space:
mode:
authorHirokazu Takata <takata@linux-m32r.org>2006-01-06 03:18:39 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-06 11:33:43 -0500
commit60c83c77c4a6a399d55e4f9ad156bccdfe51c96b (patch)
treeb2b902aae8e0028b98122522e12862912e5483f1 /arch/m32r
parent8c1d286e6aa5581e9d214cbaec2bee0394bb8de8 (diff)
[PATCH] m32r: trivial fix to remove unused instructions
A trivial fix to remove unused instructions. Signed-off-by: Naoto Sugai <Sugai.Naoto@ak.MitsubishiElectric.co.jp> Signed-off-by: Hirokazu Takata <takata@linux-m32r.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m32r')
-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