[patch] irqchip/sirfsoc: Fix generic chip allocation wreckage

Thomas Gleixner tglx at linutronix.de
Thu Jul 9 01:24:09 PDT 2015


On Mon, 6 Jul 2015, Thomas Gleixner wrote:
>  
>  #define SIRFSOC_NUM_IRQS		64
> +#define SIRFSOC_NUM_BANKS		(SIRFSOC_NUM_IRQS / 2)

Heat induced brain damage, that wants to be:

+#define SIRFSOC_NUM_BANKS		(SIRFSOC_NUM_IRQS / 32)



More information about the linux-arm-kernel mailing list