summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb_ext.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_ext.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_ext.h')
-rw-r--r--sys/amd64/include/pcb_ext.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/amd64/include/pcb_ext.h b/sys/amd64/include/pcb_ext.h
index c6f9fc0..3256f99 100644
--- a/sys/amd64/include/pcb_ext.h
+++ b/sys/amd64/include/pcb_ext.h
@@ -43,20 +43,9 @@ struct pcb_ext {
struct vm86_kernel ext_vm86; /* vm86 area */
};
-struct pcb_ldt {
- caddr_t ldt_base;
- int ldt_len;
- int ldt_refcnt;
- u_long ldt_active;
- struct segment_descriptor ldt_sd;
-};
-
#ifdef _KERNEL
int i386_extend_pcb __P((struct thread *));
-void set_user_ldt __P((struct pcb *));
-struct pcb_ldt *user_ldt_alloc __P((struct pcb *, int));
-void user_ldt_free __P((struct pcb *));
#endif
OpenPOWER on IntegriCloud