diff options
author | Beata Michalska <beata.michalska@arm.com> | 2021-06-03 17:06:27 +0300 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2021-06-24 10:07:51 +0300 |
commit | adf3c31e18b765ea24eba7b0c1efc076b8ee3d55 (patch) | |
tree | 097810c605920c329f9549d0dc595b2e46f67b85 /Documentation/scheduler/sched-energy.rst | |
parent | c744dc4ab58d1c09624ca3397cf15b142a0e0cb7 (diff) | |
download | linux-adf3c31e18b765ea24eba7b0c1efc076b8ee3d55.tar.xz |
sched/doc: Update the CPU capacity asymmetry bits
Update the documentation bits referring to capacity aware scheduling
with regards to newly introduced SD_ASYM_CPUCAPACITY_FULL sched_domain
flag.
Signed-off-by: Beata Michalska <beata.michalska@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Reviewed-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Link: https://lore.kernel.org/r/20210603140627.8409-4-beata.michalska@arm.com
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 afe02d394402..8fbce5e767d9 100644 --- a/Documentation/scheduler/sched-energy.rst +++ b/Documentation/scheduler/sched-energy.rst @@ -328,7 +328,7 @@ section lists these dependencies and provides hints as to how they can be met. As mentioned in the introduction, EAS is only supported on platforms with 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 +looking for the presence of the SD_ASYM_CPUCAPACITY_FULL flag when the scheduling domains are built. See Documentation/scheduler/sched-capacity.rst for requirements to be met for this |