Re: [patch] clockevents_notify() need to be called with irq'senabled

From: Thomas Gleixner
Date: Mon Aug 17 2009 - 17:28:13 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/