#include "opt_user_ldt.h" so that the #ifdef USER_LDT checks can work, as

commented about at length in the PR audit trail.

PR: 2412
This commit is contained in:
Peter Wemm 1997-12-27 02:28:28 +00:00
parent a82e63028f
commit 19d768b80b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32010
6 changed files with 12 additions and 6 deletions

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.278 1997/12/04 21:21:24 jmg Exp $
* $Id: machdep.c,v 1.279 1997/12/14 02:10:57 dyson Exp $
*/
#include "apm.h"
@ -47,6 +47,7 @@
#include "opt_perfmon.h"
#include "opt_smp.h"
#include "opt_sysvipc.h"
#include "opt_user_ldt.h"
#include "opt_userconfig.h"
#include "opt_vm86.h"

View file

@ -38,11 +38,12 @@
*
* from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
* $Id: vm_machdep.c,v 1.91 1997/11/18 09:27:23 bde Exp $
* $Id: vm_machdep.c,v 1.92 1997/11/20 19:41:20 bde Exp $
*/
#include "npx.h"
#include "opt_bounce.h"
#include "opt_user_ldt.h"
#include "opt_vm86.h"
#include <sys/param.h>

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.278 1997/12/04 21:21:24 jmg Exp $
* $Id: machdep.c,v 1.279 1997/12/14 02:10:57 dyson Exp $
*/
#include "apm.h"
@ -47,6 +47,7 @@
#include "opt_perfmon.h"
#include "opt_smp.h"
#include "opt_sysvipc.h"
#include "opt_user_ldt.h"
#include "opt_userconfig.h"
#include "opt_vm86.h"

View file

@ -38,11 +38,12 @@
*
* from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
* $Id: vm_machdep.c,v 1.91 1997/11/18 09:27:23 bde Exp $
* $Id: vm_machdep.c,v 1.92 1997/11/20 19:41:20 bde Exp $
*/
#include "npx.h"
#include "opt_bounce.h"
#include "opt_user_ldt.h"
#include "opt_vm86.h"
#include <sys/param.h>

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.65 1997/12/14 12:31:44 kato Exp $
* $Id: machdep.c,v 1.66 1997/12/16 10:22:49 kato Exp $
*/
#include "apm.h"
@ -47,6 +47,7 @@
#include "opt_perfmon.h"
#include "opt_smp.h"
#include "opt_sysvipc.h"
#include "opt_user_ldt.h"
#include "opt_userconfig.h"
#include "opt_vm86.h"

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.65 1997/12/14 12:31:44 kato Exp $
* $Id: machdep.c,v 1.66 1997/12/16 10:22:49 kato Exp $
*/
#include "apm.h"
@ -47,6 +47,7 @@
#include "opt_perfmon.h"
#include "opt_smp.h"
#include "opt_sysvipc.h"
#include "opt_user_ldt.h"
#include "opt_userconfig.h"
#include "opt_vm86.h"