Re: [PATCH] pseries: don't die if unknown/missing interrupt controller property

2007-07-06 Thread Sonny Rao
On Thu, Jul 05, 2007 at 08:37:34AM -0500, Olof Johansson wrote: > On Sun, Jul 01, 2007 at 08:49:37PM -0400, Sonny Rao wrote: > > The pseries platform does not have a default function for init_IRQ and > > does not install one if it doesn't find or doesn't recognize an > > interrupt controller in the

Re: [PATCH] pseries: don't die if unknown/missing interrupt controller property

2007-07-05 Thread Olof Johansson
On Sun, Jul 01, 2007 at 08:49:37PM -0400, Sonny Rao wrote: > The pseries platform does not have a default function for init_IRQ and > does not install one if it doesn't find or doesn't recognize an > interrupt controller in the device tree. Currently, the kernel dies > when it tries to call the NU

Re: [PATCH] pseries: don't die if unknown/missing interrupt controller property

2007-07-04 Thread Sonny Rao
On Sun, Jul 01, 2007 at 08:49:37PM -0400, Sonny Rao wrote: > The pseries platform does not have a default function for init_IRQ and > does not install one if it doesn't find or doesn't recognize an > interrupt controller in the device tree. Currently, the kernel dies > when it tries to call the NU

[PATCH] pseries: don't die if unknown/missing interrupt controller property

2007-07-01 Thread Sonny Rao
The pseries platform does not have a default function for init_IRQ and does not install one if it doesn't find or doesn't recognize an interrupt controller in the device tree. Currently, the kernel dies when it tries to call the NULL init_IRQ() function. Clean that up. Signed-off-by: Sonny Rao <