diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2006-01-06 00:18:39 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 08:33:43 -0800 |
commit | 60c83c77c4a6a399d55e4f9ad156bccdfe51c96b (patch) | |
tree | b2b902aae8e0028b98122522e12862912e5483f1 /arch/m32r/kernel/entry.S | |
parent | 8c1d286e6aa5581e9d214cbaec2bee0394bb8de8 (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/kernel/entry.S')
-rw-r--r-- | arch/m32r/kernel/entry.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m32r/kernel/entry.S b/arch/m32r/kernel/entry.S index 396c94218cc..f6d4a5821a2 100644 --- a/arch/m32r/kernel/entry.S +++ b/arch/m32r/kernel/entry.S @@ -651,8 +651,6 @@ ENTRY(rie_handler) /* void rie_handler(int error_code) */ SWITCH_TO_KERNEL_STACK SAVE_ALL - mvfc r0, bpc - ld r1, @r0 ldi r1, #0x20 ; error_code mv r0, sp ; pt_regs bl do_rie_handler |