summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-12-07 12:17:43 +0000
committerkib <kib@FreeBSD.org>2010-12-07 12:17:43 +0000
commitb27fb358388190ef7a664fe27a340d45238b96a5 (patch)
treeb74b21635bb9dc2c491d162cdcace8f12ed5b397 /sys/amd64/include
parentc652724d35aa333da55977e70fee1869b5526767 (diff)
downloadFreeBSD-src-b27fb358388190ef7a664fe27a340d45238b96a5.zip
FreeBSD-src-b27fb358388190ef7a664fe27a340d45238b96a5.tar.gz
Retire write-only PCB_FULLCTX pcb flag on amd64.
Reminded by: Petr Salinger <Petr.Salinger seznam cz> Tested by: pho MFC after: 1 week
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pcb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 1f4ff22..e226379 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -73,7 +73,6 @@ struct pcb {
#define PCB_USERFPUINITDONE 0x10 /* fpu user state is initialized */
#define PCB_GS32BIT 0x20 /* linux gs switch */
#define PCB_32BIT 0x40 /* process has 32 bit context (segs etc) */
-#define PCB_FULLCTX 0x80 /* full context restore on sysret */
uint16_t pcb_initial_fpucw;
OpenPOWER on IntegriCloud