summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2013-05-09 21:42:43 +0000
committerdchagin <dchagin@FreeBSD.org>2013-05-09 21:42:43 +0000
commitb6dc2308e13784bb221f5d73d1d88e8644ca81df (patch)
tree2da89373a643d390c5af7d72bc797985fcd29770 /sys/amd64/include
parent69c7d77aefa97e799e83748b4c56d43e900f2ea6 (diff)
downloadFreeBSD-src-b6dc2308e13784bb221f5d73d1d88e8644ca81df.zip
FreeBSD-src-b6dc2308e13784bb221f5d73d1d88e8644ca81df.tar.gz
Retire write-only PCB_GS32BIT pcb flag on amd64.
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 22cbbe2..c106edc 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -77,7 +77,6 @@ struct pcb {
#define PCB_KERNFPU 0x04 /* kernel uses fpu */
#define PCB_FPUINITDONE 0x08 /* fpu state is initialized */
#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) */
uint16_t pcb_initial_fpucw;
OpenPOWER on IntegriCloud