Commit 4c9fe8ad authored by Ingo Molnar's avatar Ingo Molnar

sched: export cpu_clock

the rcutorture module relies on cpu_clock.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 55e12e5e
......@@ -256,3 +256,4 @@ unsigned long long cpu_clock(int cpu)
return clock;
}
EXPORT_SYMBOL_GPL(cpu_clock);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment