Commit 02bf6074 authored by Kohei Tarumizu's avatar Kohei Tarumizu Committed by Greg Kroah-Hartman

docs: document the sysfs ABI for "isolated"

Add missing documentation of sysfs ABI for "isolated". It was added by
commit 59f30abe("show isolated cpus in sysfs"). However, there is
no documentation for these interface.
Signed-off-by: default avatarKohei Tarumizu <tarumizu.kohei@fujitsu.com>
Link: https://lore.kernel.org/r/20211201115957.254224-3-tarumizu.kohei@fujitsu.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3722e7c3
...@@ -673,3 +673,11 @@ Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org> ...@@ -673,3 +673,11 @@ Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org>
Description: Description:
(RO) the list of CPUs that are in nohz_full mode. (RO) the list of CPUs that are in nohz_full mode.
These CPUs are set by boot parameter "nohz_full=". These CPUs are set by boot parameter "nohz_full=".
What: /sys/devices/system/cpu/isolated
Date: Apr 2015
Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org>
Description:
(RO) the list of CPUs that are isolated and don't
participate in load balancing. These CPUs are set by
boot parameter "isolcpus=".
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment