diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-18 15:27:31 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-18 15:27:31 +0000 |
commit | ef45a21f8feac38c1bb528ad1471bd5dfa3a725a (patch) | |
tree | 1e5d59c5e66736f32cdeeacf746426287bb4fe16 | |
parent | 48bae59300f6fab8e8892c06df98f869a3529d97 (diff) |
Get rid of the opt_ PITA.
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 7 | ||||
-rw-r--r-- | sys/arch/sparc64/include/param.h | 6 |
2 files changed, 2 insertions, 11 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index 341af2609f1..27ac9515de9 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.1 2001/08/18 04:16:40 jason Exp $ */ +/* $OpenBSD: cpu.h,v 1.2 2001/08/18 15:27:30 art Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -64,11 +64,6 @@ * Exported definitions unique to SPARC cpu support. */ -#if !defined(_LKM) -#include "opt_multiprocessor.h" -#include "opt_lockdebug.h" -#endif - #include <machine/psl.h> #include <machine/reg.h> #include <machine/intr.h> diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h index 64b7253c3d2..702ac517bd9 100644 --- a/sys/arch/sparc64/include/param.h +++ b/sys/arch/sparc64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.1 2001/08/18 04:16:37 jason Exp $ */ +/* $OpenBSD: param.h,v 1.2 2001/08/18 15:27:30 art Exp $ */ /* $NetBSD: param.h,v 1.25 2001/05/30 12:28:51 mrg Exp $ */ /* @@ -202,10 +202,6 @@ extern int nbpg, pgofset, pgshift; #define MCLSHIFT 11 /* log2(MCLBYTES) */ #define MCLOFSET (MCLBYTES - 1) -#if defined(_KERNEL_OPT) -#include "opt_gateway.h" -#endif - #ifndef NMBCLUSTERS #ifdef GATEWAY #define NMBCLUSTERS 512 /* map size, max cluster allocation */ |