summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-08 03:33:38 +0000
committerpeter <peter@FreeBSD.org>2003-11-08 03:33:38 +0000
commita2fff099b75b96214ea1d17089b006cf2d0c29c0 (patch)
tree2e6835afc0e70e0290f3ab668c2bd21c00e81b76 /sys/amd64/include/pcb.h
parent062002500cbbdc46648145d530c280588c343bce (diff)
downloadFreeBSD-src-a2fff099b75b96214ea1d17089b006cf2d0c29c0.zip
FreeBSD-src-a2fff099b75b96214ea1d17089b006cf2d0c29c0.tar.gz
The great s/npx/fpu/gi
Diffstat (limited to 'sys/amd64/include/pcb.h')
-rw-r--r--sys/amd64/include/pcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 5b3aea1..9e638e4 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -66,7 +66,7 @@ struct pcb {
struct savefpu pcb_save;
u_long pcb_flags;
-#define PCB_NPXINITDONE 0x01 /* fpu state is initialized */
+#define PCB_FPUINITDONE 0x01 /* fpu state is initialized */
#define PCB_FULLCTX 0x02 /* full context restore on sysret */
caddr_t pcb_onfault; /* copyin/out fault recovery */
OpenPOWER on IntegriCloud