aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/vm_machdep.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-11-08 02:39:46 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-11-08 02:39:46 +0000
commit8b2454d833d9fa0b1655aad209d83394a1d653e2 (patch)
tree4b9faca1c3b591235db0ab0e747bebc1de70d167 /sys/amd64/amd64/vm_machdep.c
parent42ad9517ccfef3220b5549c0ef944180206f5349 (diff)
downloadsrc-8b2454d833d9fa0b1655aad209d83394a1d653e2.tar.gz
src-8b2454d833d9fa0b1655aad209d83394a1d653e2.zip
Rename npx* to fpu*. I haven't done the flags/function names yet.
Notes
Notes: svn path=/head/; revision=122278
Diffstat (limited to 'sys/amd64/amd64/vm_machdep.c')
-rw-r--r--sys/amd64/amd64/vm_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c
index 5e329b8033bb..f1a0d06b6bd8 100644
--- a/sys/amd64/amd64/vm_machdep.c
+++ b/sys/amd64/amd64/vm_machdep.c
@@ -266,7 +266,7 @@ cpu_set_upcall(struct thread *td, struct thread *td0)
* more analysis) (need a good safe default).
*/
bcopy(td0->td_pcb, pcb2, sizeof(*pcb2));
- pcb2->pcb_flags &= ~(PCB_NPXTRAP|PCB_NPXINITDONE);
+ pcb2->pcb_flags &= ~PCB_NPXINITDONE;
/*
* Create a new fresh stack for the new thread.