drivers: samsung: exynos-cpupm.c: Switch from sched_clock to ktime_get

This commit is contained in:
Ksawlii 2024-12-18 18:32:21 +01:00
parent ae83e3b222
commit 041f237b67

View file

@ -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;