Revert "drivers: acpm_dvfs.c: Build with CONFIG_EXYNOS_DEBUG_FREQ nuked"
This reverts commit 5636363624
.
This commit is contained in:
parent
5636363624
commit
68c95ff549
1 changed files with 0 additions and 3 deletions
|
@ -37,10 +37,7 @@ int exynos_acpm_set_rate(unsigned int id, unsigned long rate, bool fast_switch)
|
||||||
|
|
||||||
ch = fast_switch ? acpm_dvfs.fast_ch_num : acpm_dvfs.ch_num;
|
ch = fast_switch ? acpm_dvfs.fast_ch_num : acpm_dvfs.ch_num;
|
||||||
|
|
||||||
|
|
||||||
#ifdef CONFIG_EXYNOS_DEBUG_FREQ
|
|
||||||
secdbg_freq_check(id, rate);
|
secdbg_freq_check(id, rate);
|
||||||
#endif
|
|
||||||
before = sched_clock();
|
before = sched_clock();
|
||||||
ret = acpm_ipc_send_data(ch, &config);
|
ret = acpm_ipc_send_data(ch, &config);
|
||||||
after = sched_clock();
|
after = sched_clock();
|
||||||
|
|
Loading…
Reference in a new issue