diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-18 17:05:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-18 17:05:53 +0000 |
commit | 63cd9a02e5c8bc63160057681bff60aa5636228e (patch) | |
tree | a92fc6b684cb72a99eea6e166b0c906e9c250d75 /sys/arch/sgi | |
parent | d7727e97bfb0f0803ffe1bebc40c62d19073f955 (diff) |
Kernel configuration for multiprocessor Octane machines. There are a few
rough edges left to be polished, but the kernel is otherwise stable.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/compile/.cvsignore | 1 | ||||
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP30.MP | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/sgi/compile/.cvsignore b/sys/arch/sgi/compile/.cvsignore index 11b61af8de0..8a0ebe82e75 100644 --- a/sys/arch/sgi/compile/.cvsignore +++ b/sys/arch/sgi/compile/.cvsignore @@ -1,5 +1,6 @@ GENERIC-IP27 GENERIC-IP30 +GENERIC-IP30.MP GENERIC-IP32 RAMDISK-IP27 RAMDISK-IP30 diff --git a/sys/arch/sgi/conf/GENERIC-IP30.MP b/sys/arch/sgi/conf/GENERIC-IP30.MP new file mode 100644 index 00000000000..1aec2cffa72 --- /dev/null +++ b/sys/arch/sgi/conf/GENERIC-IP30.MP @@ -0,0 +1,8 @@ +# $OpenBSD: GENERIC-IP30.MP,v 1.1 2010/01/18 17:05:52 miod Exp $ + +include "arch/sgi/conf/GENERIC-IP30" + +option MULTIPROCESSOR +#option MP_LOCKDEBUG + +cpu* at mainbus? |