]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] PPC: Fix xmon stack frame address in backtrace
authorJosh Boyer <jdub@us.ibm.com>
Fri, 15 Sep 2006 19:53:10 +0000 (14:53 -0500)
committerPaul Mackerras <paulus@samba.org>
Thu, 21 Sep 2006 12:55:06 +0000 (22:55 +1000)
commit0969d1e3fce3e0cb99c4615d0bda90498aa6f911
treef185541b0b0224ffb2b26de85e8814115faa3ade
parent66a8474e80da12cbb87349ef8a4446fe37559e61
[POWERPC] PPC: Fix xmon stack frame address in backtrace

The stack frame address was being printed incorrectly in the backtrace
option of XMON on PPC.  This patch fixes it to print the actual stack
address instead of the address of the local variable that contains it.

Signed-off-by: Josh Boyer <jdub@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/xmon/xmon.c