diff options
author | Philipp Buehler <pb@cvs.openbsd.org> | 2002-11-24 19:54:55 +0000 |
---|---|---|
committer | Philipp Buehler <pb@cvs.openbsd.org> | 2002-11-24 19:54:55 +0000 |
commit | 4bf7ee44a506a5966ff9ee2705029f2fd9b18bc0 (patch) | |
tree | b4d3f57d2cbfd6978652f16e6afc3244355f89d7 | |
parent | d6255eef42889777ca7aa1d4ad820d9ecb9b63b0 (diff) |
also no opt_user_ldt.h
miod@, millert@ ok
-rw-r--r-- | sys/arch/i386/include/pmap.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/include/pmap.h b/sys/arch/i386/include/pmap.h index 794a89470cb..e03106c9187 100644 --- a/sys/arch/i386/include/pmap.h +++ b/sys/arch/i386/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.28 2002/09/12 12:56:16 art Exp $ */ +/* $OpenBSD: pmap.h,v 1.29 2002/11/24 19:54:54 pb Exp $ */ /* $NetBSD: pmap.h,v 1.44 2000/04/24 17:18:18 thorpej Exp $ */ /* @@ -40,10 +40,6 @@ #ifndef _I386_PMAP_H_ #define _I386_PMAP_H_ -#if defined(_KERNEL) && !defined(_LKM) && defined(__NetBSD__) -#include "opt_user_ldt.h" -#endif - #include <machine/cpufunc.h> #include <machine/pte.h> #include <machine/segments.h> |