diff options
-rw-r--r-- | sys/arch/mvme88k/compile/.cvsignore | 1 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC.MP | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/compile/.cvsignore b/sys/arch/mvme88k/compile/.cvsignore index d973f9bea89..27c785301a2 100644 --- a/sys/arch/mvme88k/compile/.cvsignore +++ b/sys/arch/mvme88k/compile/.cvsignore @@ -1,4 +1,5 @@ GENERIC +GENERIC.MP M187 M188 M197 diff --git a/sys/arch/mvme88k/conf/GENERIC.MP b/sys/arch/mvme88k/conf/GENERIC.MP new file mode 100644 index 00000000000..218480304ee --- /dev/null +++ b/sys/arch/mvme88k/conf/GENERIC.MP @@ -0,0 +1,15 @@ +# $OpenBSD: GENERIC.MP,v 1.1 2007/05/19 17:06:11 miod Exp $ +# +# For further information on compiling OpenBSD kernels, see the config(8) +# man page. +# +# For further information on hardware support for this architecture, see +# the intro(4) man page. For further information about kernel options +# for this architecture, see the options(4) man page. For an explanation +# of each device driver in this file see the section 4 man page for the +# device. + +include "arch/mvme88k/conf/GENERIC" + +option MULTIPROCESSOR +#option MP_LOCKDEBUG |