diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-02-11 20:44:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-02-11 20:44:12 +0000 |
commit | d4df3d8e6e3ca51eac7b535f92a27b45564104f5 (patch) | |
tree | b93d38d5ed4d7d2fa2e6e90e5d80d7c4e8b67ac5 /sys/arch/amd64 | |
parent | 759b3fa140febfdb14de299f1424aa00e3c602e6 (diff) |
g/c db_thread_fp_used()
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/db_machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/db_machdep.h b/sys/arch/amd64/include/db_machdep.h index 57da262af56..0016678b523 100644 --- a/sys/arch/amd64/include/db_machdep.h +++ b/sys/arch/amd64/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.7 2007/10/19 18:11:18 fgsch Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.8 2008/02/11 20:44:09 miod Exp $ */ /* $NetBSD: db_machdep.h,v 1.2 2003/04/29 17:06:04 scw Exp $ */ /* @@ -98,8 +98,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); |