summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-10-25 00:53:43 +0000
committerjhb <jhb@FreeBSD.org>2001-10-25 00:53:43 +0000
commitba0a9ee2e6605c9d7c16f4f8ff1b8abd51656a52 (patch)
tree985767d54ab8587f13c4b10e2042c123e33ede0e /sys/amd64/include/pcb.h
parent5a9e0848db34a5ed03ef25c96a45f2759fd0e14c (diff)
downloadFreeBSD-src-ba0a9ee2e6605c9d7c16f4f8ff1b8abd51656a52.zip
FreeBSD-src-ba0a9ee2e6605c9d7c16f4f8ff1b8abd51656a52.tar.gz
Split the per-process Local Descriptor Table out of the PCB and into
struct mdproc. Submitted by: Andrew R. Reiter <arr@watson.org> Silence on: -current
Diffstat (limited to 'sys/amd64/include/pcb.h')
-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 21d95c5..9eb0f81 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -61,7 +61,6 @@ struct pcb {
int pcb_dr6;
int pcb_dr7;
- struct pcb_ldt *pcb_ldt; /* per process (user) LDT */
union savefpu pcb_save;
u_char pcb_flags;
#define FP_SOFTFP 0x01 /* process using software fltng pnt emulator */
OpenPOWER on IntegriCloud