]> Git Repo - linux.git/commitdiff
[PATCH] m32r: remove unused instructions
authorHirokazu Takata <[email protected]>
Sun, 30 Oct 2005 23:00:02 +0000 (15:00 -0800)
committerLinus Torvalds <[email protected]>
Mon, 31 Oct 2005 01:37:15 +0000 (17:37 -0800)
Remove unused instructions for debugging.

Signed-off-by: Naoto Sugai <[email protected]>
Signed-off-by: Hirokazu Takata <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/m32r/kernel/entry.S

index 85920fb8d08c1541642a66670da6ad7661274199..396c94218cc215441f9431e73ab27ee15b22b3e0 100644 (file)
@@ -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
This page took 0.045517 seconds and 4 git commands to generate.