* It is to check the governor and then set the original governor back if * needed by writing the sys file. */
| 412 | * needed by writing the sys file. |
| 413 | */ |
| 414 | static int |
| 415 | power_set_governor_original(struct cppc_power_info *pi) |
| 416 | { |
| 417 | return power_set_governor(pi->lcore_id, pi->governor_ori, NULL, 0); |
| 418 | } |
| 419 | |
| 420 | int |
| 421 | power_cppc_cpufreq_exit(unsigned int lcore_id) |
no test coverage detected