summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/trap.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-09-09 06:39:03 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-09-09 06:39:03 +0000
commit4f7f985086a04aa2861bdae50c4b6247043cf7c8 (patch)
treeec384c3c7df399f315e492ca51cdcd875b977e7b /sys/arch/mvme88k/include/trap.h
parentb1ab043563195417ffd051e4c086c08c3fdc2fac (diff)
Remove DDB conditionals and always define T_KDB_*
Diffstat (limited to 'sys/arch/mvme88k/include/trap.h')
-rw-r--r--sys/arch/mvme88k/include/trap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/include/trap.h b/sys/arch/mvme88k/include/trap.h
index b51392cee68..cff002cda3e 100644
--- a/sys/arch/mvme88k/include/trap.h
+++ b/sys/arch/mvme88k/include/trap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.h,v 1.17 2002/03/14 03:15:57 millert Exp $ */
+/* $OpenBSD: trap.h,v 1.18 2003/09/09 06:39:02 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@@ -51,11 +51,9 @@
#define T_FPEPFLT 11 /* floating point precise exception */
#define T_FPEIFLT 12 /* floating point imprecise exception */
#define T_ASTFLT 13 /* software trap */
-#if DDB
#define T_KDB_ENTRY 14 /* force entry to kernel debugger */
#define T_KDB_BREAK 15 /* break point hit */
#define T_KDB_TRACE 16 /* trace */
-#endif /* DDB */
#define T_UNKNOWNFLT 17 /* unknown exception */
#define T_SIGTRAP 18 /* generate SIGTRAP */
#define T_SIGSYS 19 /* generate SIGSYS */
@@ -63,9 +61,7 @@
#define T_USERBPT 21 /* user set breakpoint (for debugger) */
#define T_SYSCALL 22 /* Syscall */
#define T_NON_MASK 23 /* MVME197 Non-Maskable Interrupt */
-#if DDB
#define T_KDB_WATCH 24 /* watchpoint hit */
-#endif /* DDB */
#define T_197_READ 25 /* MVME197 Data Read Miss (Software Table Searches) */
#define T_197_WRITE 26 /* MVME197 Data Write Miss (Software Table Searches) */
#define T_197_INST 27 /* MVME197 Inst ATC Miss (Software Table Searches) */