File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -284,8 +284,10 @@ whether the system exhibits asymmetric CPU capacities. Should that be the
284
284
case:
285
285
286
286
- The sched_asym_cpucapacity static key will be enabled.
287
- - The SD_ASYM_CPUCAPACITY flag will be set at the lowest sched_domain level that
288
- spans all unique CPU capacity values.
287
+ - The SD_ASYM_CPUCAPACITY_FULL flag will be set at the lowest sched_domain
288
+ level that spans all unique CPU capacity values.
289
+ - The SD_ASYM_CPUCAPACITY flag will be set for any sched_domain that spans
290
+ CPUs with any range of asymmetry.
289
291
290
292
The sched_asym_cpucapacity static key is intended to guard sections of code that
291
293
cater to asymmetric CPU capacity systems. Do note however that said key is
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ section lists these dependencies and provides hints as to how they can be met.
328
328
329
329
As mentioned in the introduction, EAS is only supported on platforms with
330
330
asymmetric CPU topologies for now. This requirement is checked at run-time by
331
- looking for the presence of the SD_ASYM_CPUCAPACITY flag when the scheduling
331
+ looking for the presence of the SD_ASYM_CPUCAPACITY_FULL flag when the scheduling
332
332
domains are built.
333
333
334
334
See Documentation/scheduler/sched-capacity.rst for requirements to be met for this
You can’t perform that action at this time.
0 commit comments