diff options
author | 2012-03-01 14:04:03 +0000 | |
---|---|---|
committer | 2012-03-01 14:04:03 +0000 | |
commit | e047560f16f0e27c8ac04d14df7bfe65b8f4d5c9 (patch) | |
tree | 19fa60e30c44318490cf5d916d4d511e448e187a | |
parent | Remove unused variable. Added in 1.20 by me. (diff) | |
download | wireguard-openbsd-e047560f16f0e27c8ac04d14df7bfe65b8f4d5c9.tar.xz wireguard-openbsd-e047560f16f0e27c8ac04d14df7bfe65b8f4d5c9.zip |
Add luna88k GENERIC.MP configuration file, based on mvme88k.
ok miod@
-rw-r--r-- | etc/etc.luna88k/Makefile.inc | 4 | ||||
-rw-r--r-- | sys/arch/luna88k/conf/GENERIC.MP | 15 |
2 files changed, 18 insertions, 1 deletions
diff --git a/etc/etc.luna88k/Makefile.inc b/etc/etc.luna88k/Makefile.inc index 6006bf6b3bf..2ac4e13791c 100644 --- a/etc/etc.luna88k/Makefile.inc +++ b/etc/etc.luna88k/Makefile.inc @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.6 2011/07/22 09:30:54 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2012/03/01 14:04:03 aoyama Exp $ + +KERNELS += GENERIC.MP bsd.mp bootblocks: # XXX no bootblocks ? 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 |