Commit a0bd8a27 authored by Hanjun Guo's avatar Hanjun Guo Committed by Rafael J. Wysocki
Browse files

Documentation: ABI: make current_governer_ro as a candidate for removal



Since both current_governor and current_governor_ro co-exist under
/sys/devices/system/cpu/cpuidle/ file, and it's duplicate,
make current_governer_ro as a candidate for removal.

Signed-off-by: default avatarHanjun Guo <guohanjun@huawei.com>
Reviewed-by: default avatarDoug Smythies <dsmythies@telus.net>
Acked-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 7395683a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
What:		/sys/devices/system/cpu/cpuidle/current_governor_ro
Date:		April, 2020
Contact:	linux-pm@vger.kernel.org
Description:
	current_governor_ro shows current using cpuidle governor, but read only.
	with the update that cpuidle governor can be changed at runtime in default,
	both current_governor and current_governor_ro co-exist under
	/sys/devices/system/cpu/cpuidle/ file, it's duplicate so make
	current_governor_ro obselete.