Re: [PATCH 1/4] tick/sched: Export symbols used by cpuidle governors

From: Thomas Gleixner
Date: Tue Nov 30 2021 - 18:12:20 EST


On Thu, Nov 25 2021 at 14:24, Maulik Shah wrote:
> bool tick_nohz_enabled __read_mostly = true;
> +EXPORT_SYMBOL(tick_nohz_enabled);

If any of this gets ever exported then with EXPORT_SYMBOL_GPL(), but I
agree with Rafael that there is no real value for this, so the exports
are not required either.

Thanks,

tglx