diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-27 21:15:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-27 21:15:50 +0000 |
commit | 8e2335ade28dc700c62ef00cbf1634d8b445456b (patch) | |
tree | b4c94de18790b97ecbac083587c0299f470620a5 /sys/arch/amd64 | |
parent | ff57b30819373fd7e2135484db1c3b0cd874fcd3 (diff) |
zap bad message; spotted by pvalchev
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/fpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/fpu.c b/sys/arch/amd64/amd64/fpu.c index d739cfd2140..6f6d4e78820 100644 --- a/sys/arch/amd64/amd64/fpu.c +++ b/sys/arch/amd64/amd64/fpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu.c,v 1.2 2004/02/20 01:28:01 deraadt Exp $ */ +/* $OpenBSD: fpu.c,v 1.3 2004/02/27 21:15:49 deraadt Exp $ */ /* $NetBSD: fpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */ /*- @@ -122,7 +122,6 @@ fputrap(struct trapframe *frame) u_int16_t cw; union sigval sv; -printf("fputrap\n"); #ifdef DIAGNOSTIC /* * At this point, fpcurproc should be curproc. If it wasn't, |