Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/arm32/footbridge From trunk: (1.1 -> 1.2)
details: https://anonhg.NetBSD.org/src/rev/d6c56efde274
branches: netbsd-1-4
changeset: 468077:d6c56efde274
user: mark <mark%NetBSD.org@localhost>
date: Tue Apr 06 00:38:35 1999 +0000
description:
>From trunk: (1.1 -> 1.2)
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 214cc1bbd88c -r d6c56efde274 sys/arch/arm32/footbridge/footbridge_irqhandler.c
--- a/sys/arch/arm32/footbridge/footbridge_irqhandler.c Mon Apr 05 22:03:57 1999 +0000
+++ b/sys/arch/arm32/footbridge/footbridge_irqhandler.c Tue Apr 06 00:38:35 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.1.6.1 1999/04/06 00:38:35 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