Turn on the lockmanager by default for SMP.

Reviewed by:	"John S. Dyson" <toor@dyson.iquest.net>
This commit is contained in:
Steve Passe 1997-08-18 05:34:01 +00:00
parent 92aa56df40
commit 75d23f5f87
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)param.h 5.8 (Berkeley) 6/28/91
* $Id: param.h,v 1.32 1997/08/07 05:15:52 dyson Exp $
* $Id: param.h,v 1.33 1997/08/09 00:03:16 dyson Exp $
*/
#ifndef _MACHINE_PARAM_H_
@ -45,7 +45,11 @@
*/
#define MACHINE "i386"
#ifdef SMP
#define NCPUS 2
#else
#define NCPUS 1
#endif
#define MID_MACHINE MID_I386
/*