summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/zs.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-09-29 19:17:44 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-09-29 19:17:44 +0000
commit984ef2bd72c9823134e522214322272aaedbf58c (patch)
treeea7fbf66e6ee8a28eb07904dbb3957374dc5f5d7 /sys/arch/sparc64/dev/zs.c
parentaa9a7d02858abb77abedd63b2129e8076e1130f4 (diff)
Ratibibugle now useless evcnt structures.
Diffstat (limited to 'sys/arch/sparc64/dev/zs.c')
-rw-r--r--sys/arch/sparc64/dev/zs.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc64/dev/zs.c b/sys/arch/sparc64/dev/zs.c
index d468a1c7dee..ac727abdc2b 100644
--- a/sys/arch/sparc64/dev/zs.c
+++ b/sys/arch/sparc64/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.16 2004/09/28 18:37:43 jason Exp $ */
+/* $OpenBSD: zs.c,v 1.17 2004/09/29 19:17:43 miod Exp $ */
/* $NetBSD: zs.c,v 1.29 2001/05/30 15:24:24 lukem Exp $ */
/*-
@@ -453,9 +453,6 @@ zs_attach(zsc, zsd, pri)
if (!(zsc->zsc_softintr = softintr_establish(softpri, zssoft, zsc)))
panic("zsattach: could not establish soft interrupt");
- evcnt_attach(&zsc->zsc_dev, "intr", &zsc->zsc_intrcnt);
-
-
/*
* Set the master interrupt enable and interrupt vector.
* (common to both channels, do it on A)
@@ -500,7 +497,6 @@ zshard(arg)
while ((rr3 = zsc_intr_hard(zsc))) {
/* Count up the interrupts. */
rval |= rr3;
- zsc->zsc_intrcnt.ev_count++;
}
if (((zsc->zsc_cs[0] && zsc->zsc_cs[0]->cs_softreq) ||
(zsc->zsc_cs[1] && zsc->zsc_cs[1]->cs_softreq)) &&