powerpc/powernv: Don't alloc IRQ map if necessary

Michael Ellerman mpe at ellerman.id.au
Thu Jan 22 16:54:59 AEDT 2015


On Thu, 2015-08-01 at 05:42:32 UTC, Gavin Shan wrote:
> On PowerNV platform, the OPAL interrupts are exported by firmware
> through device-node property (/ibm,opal::opal-interrupts). Under
> some extreme circumstances (e.g. simulator), we don't have this
> property found from the device tree. For that case, we shouldn't
> allocate the interrupt map. Otherwise, slab complains allocating
> zero sized memory chunk.
 
That sounds fine. But the implementation is a bit messy.

Can you do a precursor patch which moves the logic into opal_irq_init(), that
way when you find no interrupts you can just return.

cheers


More information about the Linuxppc-dev mailing list