summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-21 02:02:23 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-21 02:02:23 +0000
commit0dedc24cb19e33981ae4c645626fb87bcfa5c70e (patch)
treebf20b8843d86eff1f434de32b4219dbc2875eb5e /sys
parentd4d2d0a3bb28828f802b5adfe6eacc1d45597dd7 (diff)
Shared interrupts are not that uncommon. Stop chatting about it.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/sparc64/intr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/intr.c b/sys/arch/sparc64/sparc64/intr.c
index 8e3fd6e17d7..349d59b997b 100644
--- a/sys/arch/sparc64/sparc64/intr.c
+++ b/sys/arch/sparc64/sparc64/intr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.c,v 1.4 2001/09/20 21:29:26 jason Exp $ */
+/* $OpenBSD: intr.c,v 1.5 2001/09/21 02:02:22 art Exp $ */
/* $NetBSD: intr.c,v 1.39 2001/07/19 23:38:11 eeh Exp $ */
/*
@@ -266,8 +266,10 @@ intr_establish(level, ih)
* Interrupt is already there. We need to create a
* new interrupt handler and interpose it.
*/
+#ifdef DEBUG
printf("intr_establish: intr reused %x\n",
ih->ih_number);
+#endif
if (q->ih_fun != intr_list_handler) {
nih = (struct intrhand *)