Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/isa make this compile without 'options IRQSTA...
details: https://anonhg.NetBSD.org/src/rev/d4e0c131a5f1
branches: trunk
changeset: 472888:d4e0c131a5f1
user: hpeyerl <hpeyerl%NetBSD.org@localhost>
date: Tue May 11 12:41:15 1999 +0000
description:
make this compile without 'options IRQSTATS'.
diffstat:
sys/arch/arm32/isa/isa_irqhandler.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 53227b1f9e03 -r d4e0c131a5f1 sys/arch/arm32/isa/isa_irqhandler.c
--- a/sys/arch/arm32/isa/isa_irqhandler.c Tue May 11 11:02:54 1999 +0000
+++ b/sys/arch/arm32/isa/isa_irqhandler.c Tue May 11 12:41:15 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isa_irqhandler.c,v 1.5 1998/09/05 04:04:24 mark Exp $ */
+/* $NetBSD: isa_irqhandler.c,v 1.6 1999/05/11 12:41:15 hpeyerl Exp $ */
/*
* Copyright 1997
@@ -240,7 +240,9 @@
{
irqhandler_t *irqhand;
irqhandler_t **prehand;
+#ifdef IRQSTATS
extern char *_intrnames;
+#endif
/*
* IRQ_INSTRUCT indicates that we should get the irq number
Home |
Main Index |
Thread Index |
Old Index