Skip to content

Commit a9862e0

Browse files
Andi KleenH. Peter Anvin
authored andcommitted
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>
1 parent 172d899 commit a9862e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/timer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ void add_timer_on(struct timer_list *timer, int cpu)
756756
wake_up_idle_cpu(cpu);
757757
spin_unlock_irqrestore(&base->lock, flags);
758758
}
759+
EXPORT_SYMBOL_GPL(add_timer_on);
759760

760761
/**
761762
* del_timer - deactive a timer.

0 commit comments

Comments
 (0)