From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: 2.6.21-rc[123] regression with NOAPIC Date: Thu, 22 Mar 2007 15:10:03 +0100 Message-ID: <1174572603.10840.162.camel@localhost.localdomain> References: <4601573A.8070602@madrabbit.org> <20070322134238.GY752@stusta.de> Reply-To: tglx@linutronix.de Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from www.osadl.org ([213.239.205.134]:55277 "EHLO mail.tglx.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932837AbXCVOCq (ORCPT ); Thu, 22 Mar 2007 10:02:46 -0400 In-Reply-To: <20070322134238.GY752@stusta.de> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Adrian Bunk Cc: Ray Lee , LKML , Ingo Molnar , john stultz , Len Brown , Andi Kleen , linux-acpi@vger.kernel.org On Thu, 2007-03-22 at 14:42 +0100, Adrian Bunk wrote: > > Starting with head as of yesterday and reverting two commits (that are > > duplicates of each other -- the same commit came into Linus's tree via > > two different paths) 'fixes' the problem for me. I'll let those with the > > big brains decide just why. > > > > The two commits are 5c95d3f5783ab184f64b7848f0a871352c35c3cf and > > 3434933b17fa64adddf83059603c61296f6e1ee2 . The net reverse diff of those > > two is below. > >... > > Thanks for tracking it down. > > It's quite possible that these commits trigger your problem. > > Does it work if you do _not_ revert the commits, and instead replace in > drivers/acpi/processor_idle.c the > #ifdef ARCH_APICTIMER_STOPS_ON_C3 > with an > #if 0 > ? Then NOAPIC probably works again, but booting w/o NOAPIC fails. tglx