From owner-cvs-all@FreeBSD.ORG Sun May 30 18:33:02 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 DD43316A4CE; Sun, 30 May 2004 18:33:02 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D88543D2D; Sun, 30 May 2004 18:33:02 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.202.23) by smtp01.syd.iprimus.net.au (7.0.024) id 40B7A0DA00080A92; Mon, 31 May 2004 11:32:55 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 0A87841CC; Mon, 31 May 2004 11:33:47 +1000 (EST) Date: Mon, 31 May 2004 11:33:46 +1000 From: Tim Robbins To: Bruce Evans Message-ID: <20040531013346.GA13027@cat.robbins.dropbear.id.au> References: <200405300449.i4U4nefi032690@repoman.freebsd.org> <20040530142517.GA10916@cat.robbins.dropbear.id.au> <20040531003955.C2580@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040531003955.C2580@gamplex.bde.org> User-Agent: Mutt/1.4.1i cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.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, 31 May 2004 01:33:03 -0000 On Mon, May 31, 2004 at 12:49:16AM +1000, Bruce Evans wrote: > On Mon, 31 May 2004, Tim Robbins wrote: > > > On Sat, May 29, 2004 at 09:49:40PM -0700, Alan Cox wrote: > > > alc 2004/05/29 21:49:40 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/amd64/amd64 intr_machdep.c > > > Log: > > > MFi386 revision 1.6 > > > Reenable ithread preemption for interrupts that occur while executing in > > > the kernel. > > > > This somehow causes my machine to get wedged after printing the Uptime: > > line when I run "reboot". > > I think it is recent changes to acpi that do that. I initially suspected ACPI, but reverting this file to the previous revision allows the machine to reboot successfully. A few people on -current have reported similar success after backing out the i386 equivalent. Tim