diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-09-09 16:10:36 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-10 10:45:45 -0600 |
commit | e4e29e78c0cd2df32e56f22182d9346f59fff8dd (patch) | |
tree | 13a05f3b36f103cdc7342ac4f56e8ee9610aee8a /Documentation/scheduler/sched-energy.rst | |
parent | 5eb6b4b3e21612be735fe0305c27bfe2e7ab3224 (diff) | |
download | lwn-e4e29e78c0cd2df32e56f22182d9346f59fff8dd.tar.gz lwn-e4e29e78c0cd2df32e56f22182d9346f59fff8dd.zip |
docs: scheduler: fix the directory name on two files
The name of the directory where the schedule docs are
stored are wrong on those files.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Link: https://lore.kernel.org/r/a32c2bba17aa69dc18670b7de1a3a35bfa1e1f88.1599660067.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/scheduler/sched-energy.rst')
-rw-r--r-- | Documentation/scheduler/sched-energy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scheduler/sched-energy.rst b/Documentation/scheduler/sched-energy.rst index 78f850778982..001e09c95e1d 100644 --- a/Documentation/scheduler/sched-energy.rst +++ b/Documentation/scheduler/sched-energy.rst @@ -331,7 +331,7 @@ asymmetric CPU topologies for now. This requirement is checked at run-time by looking for the presence of the SD_ASYM_CPUCAPACITY flag when the scheduling domains are built. -See Documentation/sched/sched-capacity.rst for requirements to be met for this +See Documentation/scheduler/sched-capacity.rst for requirements to be met for this flag to be set in the sched_domain hierarchy. Please note that EAS is not fundamentally incompatible with SMP, but no |