Generate dependencies on the USER_LDT option.

This commit is contained in:
thorpej 1998-01-22 00:39:16 +00:00
parent f32681cab6
commit 54a35a6019
10 changed files with 25 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.i386,v 1.102 1998/01/21 23:29:08 thorpej Exp $
# $NetBSD: files.i386,v 1.103 1998/01/22 00:39:16 thorpej Exp $
#
# new style config file for i386 architecture
#
@ -17,6 +17,9 @@ defopt VM86
# Floating point emulation
defopt MATH_EMULATE
# User-settable LDT (used by WINE)
defopt USER_LDT
file arch/i386/i386/autoconf.c
file arch/i386/i386/conf.c
file arch/i386/i386/db_disasm.c ddb

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_machdep.c,v 1.35 1998/01/15 22:25:54 thorpej Exp $ */
/* $NetBSD: linux_machdep.c,v 1.36 1998/01/22 00:39:19 thorpej Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@ -32,6 +32,7 @@
*/
#include "opt_vm86.h"
#include "opt_user_ldt.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.181 1998/01/15 22:25:56 thorpej Exp $ */
/* $NetBSD: locore.s,v 1.182 1998/01/22 00:39:23 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1997
@ -42,6 +42,7 @@
#include "opt_cputype.h"
#include "opt_vm86.h"
#include "opt_user_ldt.h"
#include "npx.h"
#include "assym.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.273 1998/01/18 14:48:55 drochner Exp $ */
/* $NetBSD: machdep.c,v 1.274 1998/01/22 00:39:26 thorpej Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -80,6 +80,7 @@
#include "opt_cputype.h"
#include "opt_vm86.h"
#include "opt_user_ldt.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_machdep.c,v 1.30 1998/01/15 22:26:00 thorpej Exp $ */
/* $NetBSD: svr4_machdep.c,v 1.31 1998/01/22 00:39:28 thorpej Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@ -28,6 +28,7 @@
*/
#include "opt_vm86.h"
#include "opt_user_ldt.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.36 1998/01/15 22:26:00 thorpej Exp $ */
/* $NetBSD: sys_machdep.c,v 1.37 1998/01/22 00:39:30 thorpej Exp $ */
/*-
* Copyright (c) 1995, 1997
@ -41,6 +41,7 @@
*/
#include "opt_vm86.h"
#include "opt_user_ldt.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.65 1997/11/04 01:37:04 thorpej Exp $ */
/* $NetBSD: vm_machdep.c,v 1.66 1998/01/22 00:39:31 thorpej Exp $ */
/*-
* Copyright (c) 1995 Charles M. Hannum. All rights reserved.
@ -45,6 +45,8 @@
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
*/
#include "opt_user_ldt.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.43 1998/01/21 23:29:10 thorpej Exp $ */
/* $NetBSD: cpu.h,v 1.44 1998/01/22 00:39:35 thorpej Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -164,6 +164,9 @@ int kvtop __P((caddr_t));
int math_emulate __P((struct trapframe *));
#endif
#if !defined(_LKM)
#include "opt_user_ldt.h"
#endif
#ifdef USER_LDT
/* sys_machdep.h */
void i386_user_cleanup __P((struct pcb *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_machdep.c,v 1.35 1998/01/15 22:25:54 thorpej Exp $ */
/* $NetBSD: linux_machdep.c,v 1.36 1998/01/22 00:39:19 thorpej Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@ -32,6 +32,7 @@
*/
#include "opt_vm86.h"
#include "opt_user_ldt.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_machdep.c,v 1.35 1998/01/15 22:25:54 thorpej Exp $ */
/* $NetBSD: linux_machdep.c,v 1.36 1998/01/22 00:39:19 thorpej Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@ -32,6 +32,7 @@
*/
#include "opt_vm86.h"
#include "opt_user_ldt.h"
#include <sys/param.h>
#include <sys/systm.h>