Re: [PATCH 02/10] nohz: Kick full dynticks timer targets with an empty IPI

From: Peter Zijlstra
Date: Tue Jul 29 2014 - 07:33:22 EST


On Mon, Jul 28, 2014 at 07:37:28PM +0200, Frederic Weisbecker wrote:
> if (tick_nohz_full_cpu(cpu)) {
> if (cpu != smp_processor_id() ||
> tick_nohz_tick_stopped())

Not really a comment on this patch per-se, but why is that line broken?
If I concat them its only 74 chars long.

> + kick_cpu_async(cpu);
> return true;
> }
--
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/