lkml.org 
[lkml]   [2007]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [patch-mm 01/25] NOHZ: Fix nox x86 dyntick idle handling
Date
On Saturday 16 June 2007, Thomas Gleixner wrote:

> +#if defined(CONFIG_NO_HZ) && !defined(CONFIG_NONIRQ_WAKEUP)
> + /* Make sure that timer wheel updates are propagated */
> + if (!in_interrupt() && idle_cpu(smp_processor_id()) && !need_resched())
> + tick_nohz_stop_sched_tick();a
> +#endif
> preempt_enable_no_resched();
> }

The bit above breaks the build for a CONFIG_NO_HZ build without
CONFIG_NONIRQ_WAKEUP -- please remove the extra "a" after
tick_nohz_stop_sched_tick(); before applying this.

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

\
 
 \ /
  Last update: 2007-06-16 16:55    [W:0.215 / U:0.624 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site