Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/arm/omap/Attic/omap2_icu.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/arm/omap/Attic/omap2_icu.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5.16.1 retrieving revision 1.6 diff -u -p -r1.5.16.1 -r1.6 --- src/sys/arch/arm/omap/Attic/omap2_icu.c 2011/03/05 20:49:38 1.5.16.1 +++ src/sys/arch/arm/omap/Attic/omap2_icu.c 2010/11/15 09:34:28 1.6 @@ -1,4 +1,4 @@ -/* $NetBSD: omap2_icu.c,v 1.5.16.1 2011/03/05 20:49:38 rmind Exp $ */ +/* $NetBSD: omap2_icu.c,v 1.6 2010/11/15 09:34:28 bsh Exp $ */ /* * Define the SDP2430 specific information and then include the generic OMAP * interrupt header. @@ -30,7 +30,7 @@ #define _INTR_PRIVATE #include -__KERNEL_RCSID(0, "$NetBSD: omap2_icu.c,v 1.5.16.1 2011/03/05 20:49:38 rmind Exp $"); +__KERNEL_RCSID(0, "$NetBSD: omap2_icu.c,v 1.6 2010/11/15 09:34:28 bsh Exp $"); #include #include @@ -139,7 +139,7 @@ omap_irq_handler(void *frame) const uint32_t oldipl_mask = __BIT(oldipl); int ipl_mask = 0; - ci->ci_data.cpu_nintr++; + uvmexp.intrs++; if (sc->sc_enabled_irqs[0]) ipl_mask |= find_pending_irqs(sc, 0);