Re: [PATCH v6 1/3] tick: export nohz tick idle symbols for moduleuse

From: Zhang Rui
Date: Thu Jan 17 2013 - 09:34:51 EST


On Fri, 2013-01-04 at 03:12 -0800, Jacob Pan wrote:
> Allow drivers such as intel_powerclamp to use these apis for
> turning on/off ticks during idle.
>
> Signed-off-by: Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx>

applied to thermal -next.

thanks,
rui
> ---
> kernel/time/tick-sched.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c
> index d58e552..a767757 100644
> --- a/kernel/time/tick-sched.c
> +++ b/kernel/time/tick-sched.c
> @@ -553,6 +553,7 @@ void tick_nohz_idle_enter(void)
>
> local_irq_enable();
> }
> +EXPORT_SYMBOL_GPL(tick_nohz_idle_enter);
>
> /**
> * tick_nohz_irq_exit - update next tick event from interrupt exit
> @@ -681,6 +682,7 @@ void tick_nohz_idle_exit(void)
>
> local_irq_enable();
> }
> +EXPORT_SYMBOL_GPL(tick_nohz_idle_exit);
>
> static int tick_nohz_reprogram(struct tick_sched *ts, ktime_t now)
> {


--
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/