From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [patch 3/3] clockevents: Fix resume logic - updated version Date: Sun, 13 May 2007 22:07:39 +0200 Message-ID: <20070513200739.GA4137@elte.hu> References: <20070512030754.90488f79.akpm@linux-foundation.org> <1178970253.22481.143.camel@localhost.localdomain> <20070512095145.0cf58a57.akpm@linux-foundation.org> <1178989302.22481.185.camel@localhost.localdomain> <20070512102350.04126320.akpm@linux-foundation.org> <1178999770.22481.211.camel@localhost.localdomain> <20070512181140.50140334.akpm@linux-foundation.org> <1179043652.22481.243.camel@localhost.localdomain> <1179074887.22481.271.camel@localhost.localdomain> <20070513120937.024a4368.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20070513120937.024a4368.akpm@linux-foundation.org> Sender: linux-kernel-owner@vger.kernel.org To: Andrew Morton Cc: tglx@linutronix.de, "Rafael J. Wysocki" , LKML , John Stultz , linux-acpi@vger.kernel.org List-Id: linux-acpi@vger.kernel.org * Andrew Morton wrote: > Yeah, I expect quite a few people will start seeing that. iirc it was > triggered by a couple of changes: a local_irq_save/local_irq_restore > in sched_clock() and a change Jeremy made to the softlockup detector. hm, i specifically asked to not do local_irq_save/restore in sched_clock(). It's the _scheduler_ clock and it very absolutely positively needs no flags save/restore. Ingo