diff options
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/include/db_machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/include/db_machdep.h b/sys/arch/i386/include/db_machdep.h index 485a924ec22..1318cc3b317 100644 --- a/sys/arch/i386/include/db_machdep.h +++ b/sys/arch/i386/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.18 2007/10/19 18:11:18 fgsch Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.19 2008/02/11 20:44:11 miod Exp $ */ /* $NetBSD: db_machdep.h,v 1.9 1996/05/03 19:23:59 christos Exp $ */ /* @@ -99,8 +99,6 @@ void db_task_name(/* task_t */); /* macro for checking if a thread has used floating-point */ -#define db_thread_fp_used(thread) ((thread)->pcb->ims.ifps != 0) - int kdb_trap(int, int, db_regs_t *); void db_machine_init(void); |