Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/omap Fix PIC_MAXMAXSOURCES (96+160) to (96+192)...



details:   https://anonhg.NetBSD.org/src/rev/a93126c54317
branches:  trunk
changeset: 757400:a93126c54317
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Aug 28 04:06:40 2010 +0000

description:
Fix PIC_MAXMAXSOURCES (96+160) to (96+192).  OMAP35xx has 32bit GPIO x6.

diffstat:

 sys/arch/arm/omap/omap2_intr.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c37d379816c1 -r a93126c54317 sys/arch/arm/omap/omap2_intr.h
--- a/sys/arch/arm/omap/omap2_intr.h    Sat Aug 28 04:03:51 2010 +0000
+++ b/sys/arch/arm/omap/omap2_intr.h    Sat Aug 28 04:06:40 2010 +0000
@@ -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 *);
 



Home | Main Index | Thread Index | Old Index