diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-13 20:10:57 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-13 20:10:57 (GMT) |
commit | 718dbf376ac39b8f8c974e9162430754dbace742 (patch) | |
tree | 145b39219d1f63c01ca704f53d8abc9b31a11469 /arch/sh/kernel/cpu/sh3/entry.S | |
parent | f54aab4a7486fb7947d6d746f3423f67676811c8 (diff) | |
parent | f826466772ae52f26152287fcb2259351de78f0f (diff) | |
download | linux-fsl-qoriq-718dbf376ac39b8f8c974e9162430754dbace742.tar.xz |
Merge branch 'sh/dwarf-unwinder'
Diffstat (limited to 'arch/sh/kernel/cpu/sh3/entry.S')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/entry.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S index 3cb531f..67ad646 100644 --- a/arch/sh/kernel/cpu/sh3/entry.S +++ b/arch/sh/kernel/cpu/sh3/entry.S @@ -137,6 +137,7 @@ ENTRY(tlb_protection_violation_store) mov #1, r5 call_dpf: + setup_frame_reg mov.l 1f, r0 mov r5, r8 mov.l @r0, r6 |