summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-02-23 01:25:02 +0000
committerpeter <peter@FreeBSD.org>2001-02-23 01:25:02 +0000
commit88a22127a8400148ac64930f4843800ec5ea843c (patch)
treeaaa218218d0222b010b83f5016331a051700c6e4 /sys/amd64/include/pcb.h
parent028498d58b228bc46acb76c35b3c3bfd10a950b1 (diff)
downloadFreeBSD-src-88a22127a8400148ac64930f4843800ec5ea843c.zip
FreeBSD-src-88a22127a8400148ac64930f4843800ec5ea843c.tar.gz
Activate USER_LDT by default. The new thread libraries are going to
depend on this. The linux ABI emulator tries to use it for some linux binaries too. VM86 had a bigger cost than this and it was made default a while ago. Reviewed by: jhb, imp
Diffstat (limited to 'sys/amd64/include/pcb.h')
-rw-r--r--sys/amd64/include/pcb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 618c340..ebc3965 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -61,11 +61,7 @@ struct pcb {
int pcb_dr6;
int pcb_dr7;
-#ifdef USER_LDT
struct pcb_ldt *pcb_ldt; /* per process (user) LDT */
-#else
- struct pcb_ldt *pcb_ldt_dontuse;
-#endif
struct save87 pcb_savefpu; /* floating point state for 287/387 */
u_char pcb_flags;
#define FP_SOFTFP 0x01 /* process using software fltng pnt emulator */
OpenPOWER on IntegriCloud