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 Add #define __HAVE_PIC_PENDING_INTRS for t...



details:   https://anonhg.NetBSD.org/src/rev/e7455143c364
branches:  trunk
changeset: 807430:e7455143c364
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 09 21:33:54 2015 +0000

description:
Add #define __HAVE_PIC_PENDING_INTRS for the non-GIC PICs.

diffstat:

 sys/arch/arm/omap/omap4430_intr.h |  5 +++--
 sys/arch/arm/omap/omap5430_intr.h |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 6780fdba6e2b -r e7455143c364 sys/arch/arm/omap/omap4430_intr.h
--- a/sys/arch/arm/omap/omap4430_intr.h Thu Apr 09 20:18:28 2015 +0000
+++ b/sys/arch/arm/omap/omap4430_intr.h Thu Apr 09 21:33:54 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: omap4430_intr.h,v 1.2 2012/09/01 00:05:36 matt Exp $   */
+/*     $NetBSD: omap4430_intr.h,v 1.3 2015/04/09 21:33:54 matt Exp $   */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -44,8 +44,9 @@
 #define        PIC_MAXMAXSOURCES       (PIC_MAXSOURCES+6*32)
 
 /*
- * The BCM53xx uses a generic interrupt controller so pull that stuff.
+ * The OMAP4 uses a generic interrupt controller so pull in that stuff.
  */
+#define __HAVE_PIC_PENDING_INTRS
 #include <arm/cortex/gic_intr.h>
 #include <arm/cortex/a9tmr_intr.h>      /* A9 Timer PPIs */
 
diff -r 6780fdba6e2b -r e7455143c364 sys/arch/arm/omap/omap5430_intr.h
--- a/sys/arch/arm/omap/omap5430_intr.h Thu Apr 09 20:18:28 2015 +0000
+++ b/sys/arch/arm/omap/omap5430_intr.h Thu Apr 09 21:33:54 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: omap5430_intr.h,v 1.2 2014/04/09 19:50:01 matt Exp $   */
+/*     $NetBSD: omap5430_intr.h,v 1.3 2015/04/09 21:33:54 matt Exp $   */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -40,8 +40,9 @@
 #define PIC_MAXMAXSOURCES      (PIC_MAXSOURCES+8*32)
 
 /*
- * The BCM53xx uses a generic interrupt controller so pull that stuff.
+ * The OMAP5 uses a generic interrupt controller so pull in that stuff.
  */
+#define __HAVE_PIC_PENDING_INTRS
 #include <arm/cortex/gic_intr.h>
 #include <arm/cortex/gtmr_intr.h>      /* Generic Timer PPIs */
 



Home | Main Index | Thread Index | Old Index