diff options
author | Matt Fleming <matt@console-pimps.org> | 2010-01-30 20:37:25 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-08 04:47:11 +0300 |
commit | 1af0b2fc676009d9b5b71a82ea6a3c2b20b7ea56 (patch) | |
tree | 74a5edde58c48f8ef1950d72bab64f9c68f2baca /arch | |
parent | 944a3438615da65f11e2559840404a2cac5f65ea (diff) | |
download | linux-1af0b2fc676009d9b5b71a82ea6a3c2b20b7ea56.tar.xz |
sh: Remove superfluous setup_frame_reg call
There's no need to setup the frame pointer again in
call_handle_tlbmiss. The frame pointer will already have been setup in
handle_interrupt.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/entry.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S index 29021bc67493..f6a389c996cb 100644 --- a/arch/sh/kernel/cpu/sh3/entry.S +++ b/arch/sh/kernel/cpu/sh3/entry.S @@ -132,7 +132,6 @@ ENTRY(tlb_protection_violation_store) mov #1, r5 call_handle_tlbmiss: - setup_frame_reg mov.l 1f, r0 mov r5, r8 mov.l @r0, r6 |