From owner-cvs-all Fri Jan 7 0:49:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED6E514F09; Fri, 7 Jan 2000 00:49:25 -0800 (PST) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92060; Fri, 7 Jan 2000 00:49:25 -0800 (PST) (envelope-from luoqi@FreeBSD.org) Message-Id: <200001070849.AAA92060@freefall.freebsd.org> From: Luoqi Chen Date: Fri, 7 Jan 2000 00:49:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include mpapic.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 2000/01/07 00:49:25 PST Modified files: sys/i386/i386 mp_machdep.c sys/i386/include mpapic.h Log: Allow SMP && NCPU == 1 to work. From now on, there's no restriction on the value of NCPU relative to the number of cpus physically present, the actual number of cpus utilized will be the smaller of the two. Revision Changes Path 1.114 +5 -3 src/sys/i386/i386/mp_machdep.c 1.13 +3 -1 src/sys/i386/include/mpapic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message