Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/footbridge Fix this so that it compiles when ...



details:   https://anonhg.NetBSD.org/src/rev/d0d06f3e4ed6
branches:  trunk
changeset: 471597:d0d06f3e4ed6
user:      mark <mark%NetBSD.org@localhost>
date:      Mon Apr 05 07:04:17 1999 +0000

description:
Fix this so that it compiles when IRQSTATS is not defined.

diffstat:

 sys/arch/arm32/footbridge/footbridge_irqhandler.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 639567f51f9e -r d0d06f3e4ed6 sys/arch/arm32/footbridge/footbridge_irqhandler.c
--- a/sys/arch/arm32/footbridge/footbridge_irqhandler.c Mon Apr 05 06:59:36 1999 +0000
+++ b/sys/arch/arm32/footbridge/footbridge_irqhandler.c Mon Apr 05 07:04:17 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: footbridge_irqhandler.c,v 1.1 1998/09/06 02:20:36 mark Exp $   */
+/*     $NetBSD: footbridge_irqhandler.c,v 1.2 1999/04/05 07:04:17 mark Exp $   */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -298,8 +298,9 @@
        int loop;
        irqhandler_t *irqhand;
        irqhandler_t **prehand;
+#ifdef IRQSTATS
        extern char *_intrnames;
-
+#endif /* IRQSTATS */
        /*
         * IRQ_INSTRUCT indicates that we should get the irq number
         * from the irq structure



Home | Main Index | Thread Index | Old Index