mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08: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
@ -256,3 +256,4 @@ unsigned long long cpu_clock(int cpu)
|
||||
|
||||
return clock;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(cpu_clock);
|
||||
|
Loading…
Reference in New Issue
Block a user