From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:27:51 2004 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 A91F716A4CE; Mon, 29 Nov 2004 20:27:51 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C45F43D39; Mon, 29 Nov 2004 20:27:51 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])iATKRsp8014849; Mon, 29 Nov 2004 15:27:55 -0500 Message-ID: <41AB8645.2050506@root.org> Date: Mon, 29 Nov 2004 12:27:49 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <200411291911.iATJBbib021308@repoman.freebsd.org> <3CBF92CA-4244-11D9-AA01-000D93C47836@xcllnt.net> In-Reply-To: <3CBF92CA-4244-11D9-AA01-000D93C47836@xcllnt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:27:51 -0000 Marcel Moolenaar wrote: > On Nov 29, 2004, at 11:11 AM, Nate Lawson wrote: > >> njl 2004-11-29 19:11:36 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_5) >> sys/kern kern_shutdown.c >> Log: >> MFC 1.169 - 1.171: Run shutdown code on the BSP. This is only active >> for i386 and amd64 until jhb@ MFCs the alpha cpuid code. > > I *really* appreciate it if this was made conditional upon !__alpha__, > as it should be. I just MFCd as it was before. Once jhb or someone with alpha knowledge (you? :) decides to MFC his commit, this can be removed completely, as it is in -current. -Nate