[PATCH 01/13] powerpc/booke: Add Stack Marking support to Booke Exception Prolog

2010-03-05 Thread Dave Kleikamp
powerpc/booke: Add Stack Marking support to Booke Exception Prolog From: Torez Smith This patch adds a marker to the exception stack frame to aid in debugging. It's already inserted on other platforms and xmon recognizes it and identifies exception frames when showing stack traces. Signed-off-b

Re: [RFC: PATCH 01/13] powerpc/booke: Add Stack Marking support to Booke Exception Prolog

2010-03-02 Thread Dave Kleikamp
On Tue, 2010-03-02 at 08:50 -0600, Kumar Gala wrote: > On Mar 1, 2010, at 1:13 PM, Dave Kleikamp wrote: > > > powerpc/booke: Add Stack Marking support to Booke Exception Prolog > > > > From: Torez Smith > > > > Signed-off-by: Torez Smith > > Signed-off-by: Dave Kleikamp > > --- > > > > arch

Re: [RFC: PATCH 01/13] powerpc/booke: Add Stack Marking support to Booke Exception Prolog

2010-03-02 Thread Kumar Gala
On Mar 1, 2010, at 1:13 PM, Dave Kleikamp wrote: > powerpc/booke: Add Stack Marking support to Booke Exception Prolog > > From: Torez Smith > > Signed-off-by: Torez Smith > Signed-off-by: Dave Kleikamp > --- > > arch/powerpc/kernel/head_booke.h |5 + > 1 files changed, 5 insertions(

[RFC: PATCH 01/13] powerpc/booke: Add Stack Marking support to Booke Exception Prolog

2010-03-01 Thread Dave Kleikamp
powerpc/booke: Add Stack Marking support to Booke Exception Prolog From: Torez Smith Signed-off-by: Torez Smith Signed-off-by: Dave Kleikamp --- arch/powerpc/kernel/head_booke.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/kernel/head_booke.h b/