Re: [PATCH] powerpc: Implement logging of unhandled signals

2007-10-01 Thread Olof Johansson
On Tue, Oct 02, 2007 at 09:41:30AM +1000, Stephen Rothwell wrote: > Hi Olof, > > On Mon, 1 Oct 2007 15:32:42 -0500 Olof Johansson <[EMAIL PROTECTED]> wrote: > > > > + char fmt32[] = KERN_INFO "%s[%d]: unhandled signal %d " \ > > + "at %08lx nip %08lx lr %08lx code %x\n"; > > +

Re: [PATCH] powerpc: Implement logging of unhandled signals

2007-10-01 Thread Stephen Rothwell
Hi Olof, On Mon, 1 Oct 2007 15:32:42 -0500 Olof Johansson <[EMAIL PROTECTED]> wrote: > > + char fmt32[] = KERN_INFO "%s[%d]: unhandled signal %d " \ > + "at %08lx nip %08lx lr %08lx code %x\n"; > + char fmt64[] = KERN_INFO "%s[%d]: unhandled signal %d " \ > +