Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/imx add #define __HAVE_PIC_PENDING_INTRS becaus...



details:   https://anonhg.NetBSD.org/src/rev/2afc60c3ecbf
branches:  trunk
changeset: 338615:2afc60c3ecbf
user:      ryo <ryo%NetBSD.org@localhost>
date:      Mon Jun 01 09:49:36 2015 +0000

description:
add #define __HAVE_PIC_PENDING_INTRS because imxgpio use pic_mark_pending()

diffstat:

 sys/arch/arm/imx/imx6_intr.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e8d01ece3616 -r 2afc60c3ecbf sys/arch/arm/imx/imx6_intr.h
--- a/sys/arch/arm/imx/imx6_intr.h      Mon Jun 01 06:15:18 2015 +0000
+++ b/sys/arch/arm/imx/imx6_intr.h      Mon Jun 01 09:49:36 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_intr.h,v 1.2 2014/09/25 05:05:28 ryo Exp $        */
+/*     $NetBSD: imx6_intr.h,v 1.3 2015/06/01 09:49:36 ryo Exp $        */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -33,6 +33,7 @@
 
 #define        PIC_MAXSOURCES                  256
 #define        PIC_MAXMAXSOURCES               (256 + 6 * 32)
+#define        __HAVE_PIC_PENDING_INTRS        /* for imxgpio */
 
 /*
  * The BCM53xx uses a generic interrupt controller so pull that stuff.



Home | Main Index | Thread Index | Old Index