diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2010-06-26 17:43:27 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2010-06-26 17:43:27 +0000 |
commit | 3d32c5d68dc8f6ddc0ced4e6c6b8148e0c22c1cb (patch) | |
tree | fa4709a09ecc43b611c5e7bf7af16c6f65b1e6bb /sys/arch/hppa | |
parent | ecb028f4309292c1b6741012216425089bc8c1a3 (diff) |
Add GENERIC.MP.
ok kettenis@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/compile/.cvsignore | 1 | ||||
-rw-r--r-- | sys/arch/hppa/conf/GENERIC.MP | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/hppa/compile/.cvsignore b/sys/arch/hppa/compile/.cvsignore index b72af3039e6..d3160b418c1 100644 --- a/sys/arch/hppa/compile/.cvsignore +++ b/sys/arch/hppa/compile/.cvsignore @@ -1,2 +1,3 @@ GENERIC +GENERIC.MP RAMDISK diff --git a/sys/arch/hppa/conf/GENERIC.MP b/sys/arch/hppa/conf/GENERIC.MP new file mode 100644 index 00000000000..a93964094c8 --- /dev/null +++ b/sys/arch/hppa/conf/GENERIC.MP @@ -0,0 +1,8 @@ +# $OpenBSD: GENERIC.MP,v 1.1 2010/06/26 17:43:26 jsing Exp $ + +include "arch/hppa/conf/GENERIC" + +option MULTIPROCESSOR +#option MP_LOCKDEBUG + +cpu* at mainbus? |