summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/trap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/include/trap.h')
-rw-r--r--sys/arch/vax/include/trap.h24
1 files changed, 2 insertions, 22 deletions
diff --git a/sys/arch/vax/include/trap.h b/sys/arch/vax/include/trap.h
index 5b19bbb71e3..499c7e6d80d 100644
--- a/sys/arch/vax/include/trap.h
+++ b/sys/arch/vax/include/trap.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: trap.h,v 1.10 2000/04/26 03:08:43 bjc Exp $ */
-/* $NetBSD: trap.h,v 1.17 2000/01/24 02:40:32 matt Exp $ */
+/* $OpenBSD: trap.h,v 1.11 2001/08/25 13:33:36 hugh Exp $ */
+/* $NetBSD: trap.h,v 1.18 2000/06/04 02:19:26 matt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -92,26 +92,6 @@ struct trapframe {
long psl; /* User psl */
};
-/*
- * This struct is used when setting up interrupt vectors dynamically.
- * It pushes a longword between 0-63 on the stack; this number is
- * normally used as the ctlr number on devices. This use effectively
- * limits the number of interruptable ctlrs on one unibus to 64.
- */
-struct ivec_dsp {
- char pushr; /* pushr */
- char pushrarg; /* $0x3f */
- char jsb;
- char mode;
- long displacement;
- void (*hoppaddr) __P((void *));
- void *pushlarg;
-};
-
-#ifdef _KERNEL
-extern const struct ivec_dsp idsptch;
-#endif
-
#endif /* _LOCORE */
#endif /* _VAX_TRAP_H_ */