drivers: samsung: exynos-cpupm.c: Switch from sched_clock to ktime_get
This commit is contained in:
parent
ae83e3b222
commit
041f237b67
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ static void cpupm_debug(int cpu, int state, int mode_type, int action)
|
|||
i = cpupm_debug_info_index;
|
||||
|
||||
cpupm_debug_info[i].cpu = cpu;
|
||||
cpupm_debug_info[i].time = sched_clock(cpu);
|
||||
cpupm_debug_info[i].time = ktime_get(cpu);
|
||||
|
||||
if (state > 0) {
|
||||
event = action ? C2_ENTER : C2_EXIT;
|
||||
|
|
Loading…
Reference in a new issue