X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-iop3xx%2Fiop321-irqs.h;h=2fcc1654cb9dc2a192d88547e42d09f0c08a9e53;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=9d5518da56fcfa3574859a25c6ae92e54d50d130;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-arm/arch-iop3xx/iop321-irqs.h b/include/asm-arm/arch-iop3xx/iop321-irqs.h index 9d5518da5..2fcc1654c 100644 --- a/include/asm-arm/arch-iop3xx/iop321-irqs.h +++ b/include/asm-arm/arch-iop3xx/iop321-irqs.h @@ -9,8 +9,8 @@ * published by the Free Software Foundation. * */ - -#include +#ifndef _IOP321_IRQS_H_ +#define _IOP321_IRQS_H_ /* * IOP80321 chipset interrupts @@ -62,7 +62,6 @@ /* * Interrupts available on the IQ80321 board */ -#ifdef CONFIG_ARCH_IQ80321 /* * On board devices @@ -78,7 +77,24 @@ #define IRQ_IQ80321_INTC IRQ_IOP321_XINT2 #define IRQ_IQ80321_INTD IRQ_IOP321_XINT3 -#endif // CONFIG_ARCH_IQ80321 +/* + * Interrupts on the IQ31244 board + */ + +/* + * On board devices + */ +#define IRQ_IQ31244_UART IRQ_IOP321_XINT1 +#define IRQ_IQ31244_I82546 IRQ_IOP321_XINT0 +#define IRQ_IQ31244_SATA IRQ_IOP321_XINT2 +#define IRQ_IQ31244_PCIX_SLOT IRQ_IOP321_XINT3 -#define XSCALE_PMU_IRQ IRQ_IOP321_CORE_PMU +/* + * PCI interrupts + */ +#define IRQ_IQ31244_INTA IRQ_IOP321_XINT0 +#define IRQ_IQ31244_INTB IRQ_IOP321_XINT1 +#define IRQ_IQ31244_INTC IRQ_IOP321_XINT2 +#define IRQ_IQ31244_INTD IRQ_IOP321_XINT3 +#endif // _IOP321_IRQ_H_