From 75d23f5f871352603483fd977bf8fa7f5e5f7002 Mon Sep 17 00:00:00 2001 From: Steve Passe Date: Mon, 18 Aug 1997 05:34:01 +0000 Subject: [PATCH] Turn on the lockmanager by default for SMP. Reviewed by: "John S. Dyson" --- sys/i386/include/param.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index 4a7d19e7786..54b3b262680 100644 --- a/sys/i386/include/param.h +++ b/sys/i386/include/param.h @@ -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 /*