From: Ian Molton Date: Sat, 9 Aug 2008 20:26:59 +0000 (+0100) Subject: [ARM] Fix eseries IRQ limit X-Git-Tag: v2.6.27-rc5~53^2~2^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dec5abe9219aebf6d65e9af95de1c031d7039bdb;p=karo-tx-linux.git [ARM] Fix eseries IRQ limit The max IRQ is too small for all e-series machines which have at least one GPIO expander chip in them. Signed-off-by: Ian Molton --- diff --git a/arch/arm/mach-pxa/include/mach/irqs.h b/arch/arm/mach-pxa/include/mach/irqs.h index 32772bc6925c..108b5db9b2af 100644 --- a/arch/arm/mach-pxa/include/mach/irqs.h +++ b/arch/arm/mach-pxa/include/mach/irqs.h @@ -183,6 +183,7 @@ defined(CONFIG_MACH_TOSA) || \ defined(CONFIG_MACH_MAINSTONE) || \ defined(CONFIG_MACH_PCM027) || \ + defined(CONFIG_ARCH_PXA_ESERIES) || \ defined(CONFIG_MACH_MAGICIAN) #define NR_IRQS (IRQ_BOARD_END) #elif defined(CONFIG_MACH_ZYLONITE)