summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m88k/include/asm.h')
-rw-r--r--sys/arch/m88k/include/asm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/m88k/include/asm.h b/sys/arch/m88k/include/asm.h
index 536699246b4..39d7f25b651 100644
--- a/sys/arch/m88k/include/asm.h
+++ b/sys/arch/m88k/include/asm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: asm.h,v 1.7 2005/12/03 14:30:05 miod Exp $ */
+/* $OpenBSD: asm.h,v 1.8 2006/05/08 14:03:34 miod Exp $ */
/*
* Mach Operating System
@@ -201,10 +201,6 @@
#define DMT_DREG_OFFSET 7
#define DMT_DREG_WIDTH 5
-/* exception vector marker */
-#define UNKNOWN_HANDLER 0xffffffff
-#define END_OF_VECTOR_LIST 0xfffffffe
-
#endif /* _KERNEL */
#endif /* __M88K_ASM_H__ */