diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-29 19:17:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-29 19:17:44 +0000 |
commit | 984ef2bd72c9823134e522214322272aaedbf58c (patch) | |
tree | ea7fbf66e6ee8a28eb07904dbb3957374dc5f5d7 /sys/arch/sparc64/include/z8530var.h | |
parent | aa9a7d02858abb77abedd63b2129e8076e1130f4 (diff) |
Ratibibugle now useless evcnt structures.
Diffstat (limited to 'sys/arch/sparc64/include/z8530var.h')
-rw-r--r-- | sys/arch/sparc64/include/z8530var.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/z8530var.h b/sys/arch/sparc64/include/z8530var.h index dcfd8d393f6..1543808eb43 100644 --- a/sys/arch/sparc64/include/z8530var.h +++ b/sys/arch/sparc64/include/z8530var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530var.h,v 1.5 2003/06/02 23:27:56 millert Exp $ */ +/* $OpenBSD: z8530var.h,v 1.6 2004/09/29 19:17:43 miod Exp $ */ /* $NetBSD: z8530var.h,v 1.4 2000/11/08 23:41:42 eeh Exp $ */ /* @@ -64,7 +64,6 @@ struct zsc_softc { void *zsc_softintr; int zsc_promunit; /* PROM's view of zs devices */ int zsc_node; /* PROM node, if any */ - struct evcnt zsc_intrcnt; /* count interrupts */ struct zs_chanstate zsc_cs_store[2]; }; |