Re: [PATCH 30/38] tick-sched: move nohz_full_buf[] inside tick_nohz_init()

From: Viresh Kumar
Date: Tue Apr 15 2014 - 00:01:23 EST


On 15 April 2014 04:58, Frederic Weisbecker <fweisbec@xxxxxxxxx> wrote:
> OTOH nohz_full_buf can have a big size and moving it to a local variable
> will result in big increase in kernel stack consumption.
>
> Keeping it static is safer.
>
> Also it's already __initdata so it's released after bootup. No issue of
> concurrent use either, so keeping it as is is fine.

Okay, this patch is dropped.
--
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/