mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
sched: export cpu_clock
the rcutorture module relies on cpu_clock. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
55e12e5e7b
commit
4c9fe8ad81
1 changed files with 1 additions and 0 deletions
|
@ -256,3 +256,4 @@ unsigned long long cpu_clock(int cpu)
|
||||||
|
|
||||||
return clock;
|
return clock;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(cpu_clock);
|
||||||
|
|
Loading…
Reference in a new issue