1*a0bd8a27SHanjun GuoWhat: /sys/devices/system/cpu/cpuidle/current_governor_ro 2*a0bd8a27SHanjun GuoDate: April, 2020 3*a0bd8a27SHanjun GuoContact: linux-pm@vger.kernel.org 4*a0bd8a27SHanjun GuoDescription: 5*a0bd8a27SHanjun Guo current_governor_ro shows current using cpuidle governor, but read only. 6*a0bd8a27SHanjun Guo with the update that cpuidle governor can be changed at runtime in default, 7*a0bd8a27SHanjun Guo both current_governor and current_governor_ro co-exist under 8*a0bd8a27SHanjun Guo /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make 9*a0bd8a27SHanjun Guo current_governor_ro obselete. 10