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

Olof Johansson olof at lixom.net
Thu Jul 5 23:37:34 EST 2007


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 NULL init_IRQ() function.  Clean that up.

Doesn't it make more sense to make init_IRQ() check that the pointer is
set instead? That'll work for more platforms than just pseries.


-Olof




More information about the Linuxppc-dev mailing list