summaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel
diff options
context:
space:
mode:
authorHirokazu Takata2005-10-31 00:00:02 +0100
committerLinus Torvalds2005-10-31 02:37:15 +0100
commitbaa0b84f104c8e78ddaa8816eb9deac0098429e6 (patch)
treef55f9cd2910efbbc8268f585871ccb83e0785286 /arch/m32r/kernel
parent[PATCH] introduce .valid callback for pm_ops (diff)
downloadkernel-qcow2-linux-baa0b84f104c8e78ddaa8816eb9deac0098429e6.tar.gz
kernel-qcow2-linux-baa0b84f104c8e78ddaa8816eb9deac0098429e6.tar.xz
kernel-qcow2-linux-baa0b84f104c8e78ddaa8816eb9deac0098429e6.zip
[PATCH] m32r: remove unused instructions
Remove unused instructions for debugging. Signed-off-by: Naoto Sugai <sugai@isl.melco.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/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 85920fb8d08c..396c94218cc2 100644
--- a/arch/m32r/kernel/entry.S
+++ b/arch/m32r/kernel/entry.S
@@ -653,8 +653,6 @@ ENTRY(rie_handler)
SAVE_ALL
mvfc r0, bpc
ld r1, @r0
- seth r0, #0xa0f0
- st r1, @r0
ldi r1, #0x20 ; error_code
mv r0, sp ; pt_regs
bl do_rie_handler