Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

sched: export cpu_clock



the rcutorture module relies on cpu_clock.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 55e12e5e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -256,3 +256,4 @@ unsigned long long cpu_clock(int cpu)

	return clock;
}
EXPORT_SYMBOL_GPL(cpu_clock);