diff options
author | Huang Ying <ying.huang@intel.com> | 2022-02-10 13:25:14 +0800 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2022-02-11 23:30:08 +0100 |
commit | 3624ba7b5e2acc02b01301ea5fd3534971eb9896 (patch) | |
tree | 1582433b0680361d724cfc81ba795fe2da31fd84 /Documentation/scheduler/index.rst | |
parent | e496132ebedd870b67f1f6d2428f9bb9d7ae27fd (diff) |
sched/numa-balancing: Move some document to make it consistent with the code
After commit 8a99b6833c88 ("sched: Move SCHED_DEBUG sysctl to
debugfs"), some NUMA balancing sysctls enclosed with SCHED_DEBUG has
been moved to debugfs. This patch move the document for these
sysctls from
Documentation/admin-guide/sysctl/kernel.rst
to
Documentation/scheduler/sched-debug.rst
to make the document consistent with the code.
Signed-off-by: "Huang, Ying" <ying.huang@intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Acked-by: Mel Gorman <mgorman@techsingularity.net>
Link: https://lkml.kernel.org/r/20220210052514.3038279-1-ying.huang@intel.com
Diffstat (limited to 'Documentation/scheduler/index.rst')
-rw-r--r-- | Documentation/scheduler/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/scheduler/index.rst b/Documentation/scheduler/index.rst index 88900aabdbf7..30cca8a37b3b 100644 --- a/Documentation/scheduler/index.rst +++ b/Documentation/scheduler/index.rst @@ -17,6 +17,7 @@ Linux Scheduler sched-nice-design sched-rt-group sched-stats + sched-debug text_files |