projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172d899
)
Export add_timer_on for modules
author
Andi Kleen
<ak@linux.intel.com>
Tue, 19 May 2009 20:49:07 +0000
(22:49 +0200)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 28 May 2009 16:24:13 +0000
(09:24 -0700)
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>
kernel/timer.c
patch
|
blob
|
history
diff --git
a/kernel/timer.c
b/kernel/timer.c
index
cffffad
..
e2c47b8
100644
(file)
--- a/
kernel/timer.c
+++ b/
kernel/timer.c
@@
-756,6
+756,7
@@
void add_timer_on(struct timer_list *timer, int cpu)
wake_up_idle_cpu(cpu);
spin_unlock_irqrestore(&base->lock, flags);
}
+EXPORT_SYMBOL_GPL(add_timer_on);
/**
* del_timer - deactive a timer.