[Skiboot] [PATCH v2] interrupts: Convert P8 IRQ assignment to functions

Stewart Smith stewart at linux.vnet.ibm.com
Thu Oct 8 14:38:46 AEDT 2015


Alistair Popple <alistair at popple.id.au> writes:
> Interrupts on P8 are currently hard-coded using macros in
> include/interrupts.h. The new P8NVL processor has an extra PHB meaning
> it supports 4 PHBs in total which leads to the following assert fail
> when booting P8NVL based systems:
>
> [6614913194,3] register IRQ source overlap !
> [6620562844,3]   new: 2000..27f7 old: 2000..27f7
> [6870377440,0] Assert fail: core/interrupts.c:67:0
>
> This patch converts the existing macros to function calls so that
> different platforms can support extra PHBs at the expense of a reduced
> maximum number of chips.

Thanks, merged at b4315f5



More information about the Skiboot mailing list