From owner-cvs-all Mon Aug 13 16:12:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 21D5237B40A; Mon, 13 Aug 2001 16:12:38 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id QAA13472; Mon, 13 Aug 2001 16:12:27 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010813154208.R63778-100000@wonky.feral.com> Date: Mon, 13 Aug 2001 16:12:31 -0700 (PDT) From: John Baldwin To: Matthew Jacob Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c vm_ma Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-Aug-01 Matthew Jacob wrote: > > More correct? Thanks for talking with me about it first. *sigh* I thought I had said something when I replied to the initial commit, but looking back at the archives I didn't say anything specific to IPI_HALT. The short version is that with IPI_HALT the 4100 here at work always hung. When I tried to add in a handshake to transfer things over to the boot cpu to fix that I found that every shutdown resulted in a reboot, even shutdown -h, which resulted in discovering the bug in prom_halt() (After which I pulled out the brown book and hunted down the section I mentioned to verify.) I can back this out if you prefer. I should have said something earlier however, or at least ran the patch by you first. > On Mon, 13 Aug 2001, John Baldwin wrote: > >> jhb 2001/08/13 15:41:15 PDT >> >> Modified files: >> sys/alpha/alpha machdep.c mp_machdep.c vm_machdep.c >> sys/alpha/include smp.h >> Log: >> Remove IPI_HALT to make way for a more correct fix for halts and restarts >> on SMP alphas. >> >> Revision Changes Path >> 1.138 +1 -9 src/sys/alpha/alpha/machdep.c >> 1.26 +1 -4 src/sys/alpha/alpha/mp_machdep.c >> 1.57 +1 -12 src/sys/alpha/alpha/vm_machdep.c >> 1.6 +1 -2 src/sys/alpha/include/smp.h >> >> > -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message