"David M?ller (ELSOFT AG)" wrote: > > Hello > > The attached patch fixes the following issues: > > - arch/ppc/kernel/ppc4xx_pic.c > fixed constant in ppc405_pic_get_irq() > (should be NR_AIC_IRQS as in ppc403_pic_get_irq())
David, include/asm-ppc/irq.h NR_IRQS = (NR_AIC_IRQS + NR_BOARD_IRQS) and was defined to allow cascading UIC's. NR_BOARD_IRQS is defined in some of the board files and its default is in include/asm-ppc/ibm4xx.h So i don't see the need to patch that file but the others look fine. -- armin ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
