PERFORCE change 28098 for review

Peter Wemm peter at FreeBSD.org
Fri Apr 4 17:02:56 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=28098

Change 28098 by peter at peter_overcee on 2003/04/04 17:02:23

	leave out the custom ldt stuff for now

Affected files ...

.. //depot/projects/hammer/sys/x86_64/include/proc.h#5 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/include/proc.h#5 (text+ko) ====

@@ -39,14 +39,6 @@
 
 #include <machine/segments.h>
 
-struct proc_ldt {
-        caddr_t ldt_base;
-        int     ldt_len;
-        int     ldt_refcnt;
-        u_long  ldt_active;
-        struct  segment_descriptor ldt_sd;
-};
-
 /*
  * Machine-dependent part of the proc structure for i386.
  */
@@ -55,7 +47,6 @@
 };
 
 struct mdproc {
-	struct proc_ldt *md_ldt;	/* (j) per-process ldt */
 };
 
 #ifdef	_KERNEL


More information about the p4-projects mailing list