diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2012-03-01 14:04:04 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2012-03-01 14:04:04 +0000 |
commit | a8a38d2221b67fce2ee7ee4dcb0b4a96f8a60d5e (patch) | |
tree | 294d66fb8de41faabe6a0e225c122b95fff56eda /sys | |
parent | 4ee5728df165d58c47c27e37ac423fbb2a01196e (diff) |
Add luna88k GENERIC.MP configuration file, based on mvme88k.
ok miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/luna88k/conf/GENERIC.MP | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/arch/luna88k/conf/GENERIC.MP b/sys/arch/luna88k/conf/GENERIC.MP new file mode 100644 index 00000000000..f32e338fdba --- /dev/null +++ b/sys/arch/luna88k/conf/GENERIC.MP @@ -0,0 +1,15 @@ +# $OpenBSD: GENERIC.MP,v 1.1 2012/03/01 14:04:03 aoyama 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/luna88k/conf/GENERIC" + +option MULTIPROCESSOR +#option MP_LOCKDEBUG |