Module Name: src Committed By: kiyohara Date: Sat Aug 28 04:06:40 UTC 2010
Modified Files: src/sys/arch/arm/omap: omap2_intr.h Log Message: Fix PIC_MAXMAXSOURCES (96+160) to (96+192). OMAP35xx has 32bit GPIO x6. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/omap/omap2_intr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/omap/omap2_intr.h diff -u src/sys/arch/arm/omap/omap2_intr.h:1.4 src/sys/arch/arm/omap/omap2_intr.h:1.5 --- src/sys/arch/arm/omap/omap2_intr.h:1.4 Wed Nov 19 06:26:27 2008 +++ src/sys/arch/arm/omap/omap2_intr.h Sat Aug 28 04:06:40 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: omap2_intr.h,v 1.4 2008/11/19 06:26:27 matt Exp $ */ +/* $NetBSD: omap2_intr.h,v 1.5 2010/08/28 04:06:40 kiyohara Exp $ */ /* * Define the SDP2430 specific information and then include the generic OMAP @@ -166,7 +166,7 @@ #define IRQ_GPT12_3530 95 /* (3530) GPT12 */ #define PIC_MAXSOURCES 96 -#define PIC_MAXMAXSOURCES (96+160) +#define PIC_MAXMAXSOURCES (96+192) extern void omap_irq_handler(void *);