diff options
author | 2005-06-06 14:25:20 +0000 | |
---|---|---|
committer | 2005-06-06 14:25:20 +0000 | |
commit | 684db838da596565b0ba2bd0d91413f55cdc73af (patch) | |
tree | 11fb10a7201b7bf230456bc82ea46b7aeac5a883 | |
parent | introduce a generic %foo expansion function. replace existing % expansion and (diff) | |
download | wireguard-openbsd-684db838da596565b0ba2bd0d91413f55cdc73af.tar.xz wireguard-openbsd-684db838da596565b0ba2bd0d91413f55cdc73af.zip |
oops. on 686 we count fpswtch in another function...
-rw-r--r-- | sys/arch/i386/isa/npx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/npx.c b/sys/arch/i386/isa/npx.c index 0df6941f654..9b26e2ba4af 100644 --- a/sys/arch/i386/isa/npx.c +++ b/sys/arch/i386/isa/npx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: npx.c,v 1.36 2005/04/21 04:39:35 mickey Exp $ */ +/* $OpenBSD: npx.c,v 1.37 2005/06/06 14:25:20 mickey Exp $ */ /* $NetBSD: npx.c,v 1.57 1996/05/12 23:12:24 mycroft Exp $ */ #if 0 @@ -631,6 +631,7 @@ npxdna_xmm(struct cpu_info *ci) ci->ci_fpcurproc = p; p->p_addr->u_pcb.pcb_fpcpu = ci; splx(s); + uvmexp.fpswtch++; if ((p->p_md.md_flags & MDP_USEDFPU) == 0) { fldcw(&p->p_addr->u_pcb.pcb_savefpu.sv_xmm.sv_env.en_cw); |