Export add_timer_on for modules
Needed in followon patch. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
172d899db4
commit
a9862e0560
1 changed files with 1 additions and 0 deletions
|
@ -756,6 +756,7 @@ void add_timer_on(struct timer_list *timer, int cpu)
|
||||||
wake_up_idle_cpu(cpu);
|
wake_up_idle_cpu(cpu);
|
||||||
spin_unlock_irqrestore(&base->lock, flags);
|
spin_unlock_irqrestore(&base->lock, flags);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(add_timer_on);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* del_timer - deactive a timer.
|
* del_timer - deactive a timer.
|
||||||
|
|
Loading…
Reference in a new issue