From owner-cvs-all@FreeBSD.ORG Mon Dec 1 18:08:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F7616A4CF; Mon, 1 Dec 2003 18:08:36 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F83943F93; Mon, 1 Dec 2003 18:08:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB228YRm013217; Mon, 1 Dec 2003 18:08:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB228XOX013216; Mon, 1 Dec 2003 18:08:33 -0800 (PST) (envelope-from obrien) Date: Mon, 1 Dec 2003 18:08:33 -0800 From: "David O'Brien" To: Peter Wemm Message-ID: <20031202020833.GB13079@dragon.nuxi.com> References: <20031202015044.CA74E2A7EA@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031202015044.CA74E2A7EA@canning.wemm.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: src-committers@FreeBSD.org cc: John Baldwin cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: Jeff Roberson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 02:08:36 -0000 On Mon, Dec 01, 2003 at 05:50:44PM -0800, Peter Wemm wrote: > Well, whatever happens, please do something promptly because the amd64 GENERIC > kernel is broken by all this and panics on a UP machine. I think the problem > is currently bandaid-able by doing this: > > +++ mp_machdep.c 2 Dec 2003 01:41:02 -0000 > - mp_maxid = 0; > + mp_maxid = 1; ... > - mp_maxid = 0; > + mp_maxid = 1; This patch definately works on my Solo9 with GENERIC (minus WITNESS).