sched: export cpu_clock

the rcutorture module relies on cpu_clock.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar 2008-06-27 14:49:35 +02:00
parent 55e12e5e7b
commit 4c9fe8ad81
1 changed files with 1 additions and 0 deletions

View File

@ -256,3 +256,4 @@ unsigned long long cpu_clock(int cpu)
return clock;
}
EXPORT_SYMBOL_GPL(cpu_clock);