diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-30 22:29:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-30 22:29:50 +0000 |
commit | f1e4171338c4f3d8dca2bc58e710f5bd11361295 (patch) | |
tree | 6ce9165aeabb3c0d9712f7813ca69b0a69157e48 /sys/arch/mvme68k/dev/vsvar.h | |
parent | 285ab627ce1b536c0946c2a8dd9da91bb7610161 (diff) |
Move struct evcount inside struct intrhand, and modernize intrhand
usage; similar to (and from) mvme88k.
Also remove unused haltvec structures and related code.
Diffstat (limited to 'sys/arch/mvme68k/dev/vsvar.h')
-rw-r--r-- | sys/arch/mvme68k/dev/vsvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/vsvar.h b/sys/arch/mvme68k/dev/vsvar.h index 719b7664d2c..a0f8b44c1c3 100644 --- a/sys/arch/mvme68k/dev/vsvar.h +++ b/sys/arch/mvme68k/dev/vsvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vsvar.h,v 1.5 2004/07/30 09:50:15 miod Exp $ */ +/* $OpenBSD: vsvar.h,v 1.6 2004/07/30 22:29:45 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1990 The Regents of the University of California. @@ -61,7 +61,6 @@ struct vs_tinfo { struct vs_softc { struct device sc_dev; struct intrhand sc_ih_e, sc_ih_n; - struct evcount sc_intrcnt_e, sc_intrcnt_n; char sc_intrname_e[16 + 4]; u_short sc_ipl; u_short sc_evec; |