From owner-cvs-src@FreeBSD.ORG Tue Dec 2 18:00:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C898A16A4CF; Tue, 2 Dec 2003 18:00:16 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3C543FDF; Tue, 2 Dec 2003 18:00:12 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 22B01651F4; Tue, 2 Dec 2003 03:02:37 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 57156-06-3; Tue, 2 Dec 2003 03:02:36 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 59B06654DB; Tue, 2 Dec 2003 03:02:35 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 4CCCE1C; Tue, 2 Dec 2003 03:02:32 +0000 (GMT) Date: Tue, 2 Dec 2003 03:02:31 +0000 From: Bruce M Simpson To: Peter Wemm Message-ID: <20031202030231.GA64413@saboteur.dek.spc.org> Mail-Followup-To: Peter Wemm , Jeff Roberson , John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Jeff Roberson References: <20031201175237.S4201-100000@mail.chesapeake.net> <20031202013717.1B8502A7EA@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031202013717.1B8502A7EA@canning.wemm.org> 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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 02:00:17 -0000 On Mon, Dec 01, 2003 at 05:37:17PM -0800, Peter Wemm wrote: > What? Change your code to: for (i = 0; i <= mp_maxid; i++) ? :-) When I first bandaided it yesterday (at re@'s request), I defined mp_maxid statically with 0, and the system point out wouldn't boot because of this... or rather the lack of this change. I didn't commit my bandaid because it didn't reach re@ due to local DNS problems (I have since updated BIND). BMS