diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-11 20:29:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-11 20:29:23 +0000 |
commit | 6cd79b43876467965d4384cf5a238f7a5fd40e80 (patch) | |
tree | 658079729c35cec3ba4959d975b5138390c4bb79 /sys/arch | |
parent | 881c2c9898d05e7ae845748e5ac4a265daf11351 (diff) |
Remove _KERNEL_OPT leftovers.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/include/psl.h | 5 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/openfirm.c | 6 |
2 files changed, 2 insertions, 9 deletions
diff --git a/sys/arch/amd64/include/psl.h b/sys/arch/amd64/include/psl.h index 67529f8bc6e..081c7152e53 100644 --- a/sys/arch/amd64/include/psl.h +++ b/sys/arch/amd64/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.2 2005/12/13 00:18:19 jsg Exp $ */ +/* $OpenBSD: psl.h,v 1.3 2007/02/11 20:29:20 miod Exp $ */ /* $NetBSD: psl.h,v 1.1 2003/02/26 21:26:11 fvdl Exp $ */ /*- @@ -63,9 +63,6 @@ #define PSL_MBZ 0xffc08028 /* must be zero bits */ #define PSL_USERSET (PSL_MBO | PSL_I) -#if defined(_KERNEL_OPT) -#include "opt_vm86.h" -#endif #ifdef VM86 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VIF | PSL_VIP) #else diff --git a/sys/arch/sparc64/sparc64/openfirm.c b/sys/arch/sparc64/sparc64/openfirm.c index a005a9b7e1b..863a0c42918 100644 --- a/sys/arch/sparc64/sparc64/openfirm.c +++ b/sys/arch/sparc64/sparc64/openfirm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openfirm.c,v 1.12 2007/01/16 14:39:57 tsi Exp $ */ +/* $OpenBSD: openfirm.c,v 1.13 2007/02/11 20:29:22 miod Exp $ */ /* $NetBSD: openfirm.c,v 1.13 2001/06/21 00:08:02 eeh Exp $ */ /* @@ -752,10 +752,6 @@ OF_milliseconds() return (args.ticks); } -#if defined(_KERNEL_OPT) -#include "opt_ddb.h" -#endif - #ifdef DDB #include <machine/db_machdep.h> #include <ddb/db_sym.h> |