Re: [PATCH v5 01/36] timers: Use static keys for migrate_enable/nohz_active

From: Thomas Gleixner
Date: Sun Jan 14 2018 - 17:13:45 EST


On Fri, 22 Dec 2017, Sebastian Andrzej Siewior wrote:
> - if (!IS_ENABLED(CONFIG_NO_HZ_COMMON) || !base->nohz_active)
> + if (!is_timers_nohz_active())

That's wrong. You are undoing the mainline changes. I'll send an updated one.

Thanks,

tglx