diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2007-01-14 13:53:29 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2007-01-14 13:53:29 +0000 |
commit | 034b926a3bb558238c382611c22854c8b60b9ed5 (patch) | |
tree | 3ad937e7c9d807725b96f3e4a8e5f3e400755a5d /sys/arch/luna88k/conf | |
parent | 81b1d063dbcac03c5bd5ebb705c7c519d76d5e86 (diff) |
Same as GENERIC, m88k_cpus[] should have 4 elements on luna88k, even in
non-MULTIPROCESSOR kernel.
ok miod@
Diffstat (limited to 'sys/arch/luna88k/conf')
-rw-r--r-- | sys/arch/luna88k/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/luna88k/conf/RAMDISK b/sys/arch/luna88k/conf/RAMDISK index 11d90b50bb3..0a48a6d82b1 100644 --- a/sys/arch/luna88k/conf/RAMDISK +++ b/sys/arch/luna88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.7 2005/09/06 19:21:55 miod Exp $ +# $OpenBSD: RAMDISK,v 1.8 2007/01/14 13:53:28 aoyama Exp $ machine luna88k m88k @@ -9,6 +9,9 @@ option RAMDISK_HOOKS # Processor type option M88100 # 88100 support; mandatory +# Number of maximum processors +option MAX_CPUS=4 # may have up to 4 processors + # Define this if your processor has the xxx.usr bug (mask C82N) option ERRATA__XXX_USR |