From owner-freebsd-questions@FreeBSD.ORG Sun Apr 13 14:59:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F1937B401 for ; Sun, 13 Apr 2003 14:59:59 -0700 (PDT) Received: from shrike.submonkey.net (pc1-cdif2-5-cust38.cdif.cable.ntl.com [81.101.150.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A63343FA3 for ; Sun, 13 Apr 2003 14:59:58 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.12) id 194pW1-0004Js-00; Sun, 13 Apr 2003 22:59:57 +0100 Date: Sun, 13 Apr 2003 22:59:57 +0100 From: Ceri Davies To: =?unknown-8bit?Q?S=EAr=EAciya_Kurdistan=EE?= Message-ID: <20030413215957.GA15925@submonkey.net> References: <20030413211932.GA2622@marvin.penguinpowered.org.uk> <20030413215504.GB44865@kurdistan.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030413215504.GB44865@kurdistan.ath.cx> User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: freebsd-questions@freebsd.org Subject: Re: SMP kernel on uniprocessor boxen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 21:59:59 -0000 On Sun, Apr 13, 2003 at 02:55:04PM -0700, Sêrêciya Kurdistanî wrote: > Hello, > > > Is there any harm to running a SMP kernel on uni processor boxen ? > > Yes. You may be a little dissappointed when the machine does not > boot up ;) Well, if it's -CURRENT and you do have a valid mp table: tegge 2003/02/23 15:49:57 PST Modified files: sys/i386/i386 mp_machdep.c Log: Allow machines with one CPU and a valid mp table to boot an SMP kernel This didn't get MFC'd yet. Ceri --