diff options
author | David S. Miller <davem@davemloft.net> | 2008-05-22 03:15:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-22 03:15:53 +0200 |
commit | 14d2c68baa659cfd15dc782dd229ea304330c4f6 (patch) | |
tree | 73e9b2e3a5496333d41bf85894b0b0cfa779ad34 /init | |
parent | sparc64: Fix kernel thread stack termination. (diff) | |
download | linux-14d2c68baa659cfd15dc782dd229ea304330c4f6.tar.xz linux-14d2c68baa659cfd15dc782dd229ea304330c4f6.zip |
sparc64: Fix stack tracing through trap frames.
The offset to the pt_regs area was wrong, so we weren't
looking at the right location for the magic cookie.
A trap frame is composed of a "struct sparc_stackf" then
a "struct pt_regs", the code was using "struct reg_window"
instead of "struct sparc_stackf".
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions