From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932297AbZHQV2G (ORCPT ); Mon, 17 Aug 2009 17:28:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758035AbZHQV2F (ORCPT ); Mon, 17 Aug 2009 17:28:05 -0400 Received: from www.tglx.de ([62.245.132.106]:55794 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754396AbZHQV2E (ORCPT ); Mon, 17 Aug 2009 17:28:04 -0400 Date: Mon, 17 Aug 2009 23:27:50 +0200 (CEST) From: Thomas Gleixner To: Suresh Siddha cc: "mingo@elte.hu" , "hpa@zytor.com" , "linux-kernel@vger.kernel.org" , "Pallipadi, Venkatesh" , "Brown, Len" Subject: Re: [patch] clockevents_notify() need to be called with irq's enabled In-Reply-To: <1250544150.2709.197.camel@sbs-t61.sc.intel.com> Message-ID: References: <1250203681.27006.10842.camel@localhost.localdomain> <1250234778.2965.8.camel@sbs-t61> <1250271593.3077.8.camel@sbs-t61.sc.intel.com> <1250544150.2709.197.camel@sbs-t61.sc.intel.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Suresh, On Mon, 17 Aug 2009, Suresh Siddha wrote: > --- tip.orig/arch/x86/kernel/process.c > +++ tip/arch/x86/kernel/process.c > @@ -508,17 +508,10 @@ static void c1e_idle(void) > > if (!cpumask_test_cpu(cpu, c1e_mask)) { > cpumask_set_cpu(cpu, c1e_mask); > - /* > - * Force broadcast so ACPI can not interfere. Needs > - * to run with interrupts enabled as it uses > - * smp_function_call. > - */ Please keep the first sentence of the comment intact. Everything else looks fine. Thanks, tglx