projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e12e5
)
sched: export cpu_clock
author
Ingo Molnar
<mingo@elte.hu>
Fri, 27 Jun 2008 12:49:35 +0000
(14:49 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 27 Jun 2008 12:49:06 +0000
(14:49 +0200)
the rcutorture module relies on cpu_clock.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_clock.c
patch
|
blob
|
history
diff --git
a/kernel/sched_clock.c
b/kernel/sched_clock.c
index 3c696db594525f9dba38ec95ce01820d65876da3..ed5a8c415046fbd05f0be8d8ff71ffe67ee4674e 100644
(file)
--- a/
kernel/sched_clock.c
+++ b/
kernel/sched_clock.c
@@
-256,3
+256,4
@@
unsigned long long cpu_clock(int cpu)
return clock;
}
+EXPORT_SYMBOL_GPL(cpu_clock);