Skip to content

Commit

Permalink
sched: export cpu_clock
Browse files Browse the repository at this point in the history
the rcutorture module relies on cpu_clock.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jun 27, 2008
1 parent 55e12e5 commit 4c9fe8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/sched_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,4 @@ unsigned long long cpu_clock(int cpu)

return clock;
}
EXPORT_SYMBOL_GPL(cpu_clock);

0 comments on commit 4c9fe8a

Please sign in to comment.