Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sched/doc: supplement CPU capacity with RISC-V

This commit 7d2078310cbf ("dt-bindings: arm: move cpu-capacity to a
shared loation") updates some references about capacity-dmips-mhz
property in this document.

The list of architectures using capacity-dmips-mhz omits RISC-V, so
supplements it here.

Signed-off-by: Song Shuai <suagrfillet@gmail.com>
Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com> # English
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Reviewed-by: Alex Shi <alexs@kernel.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230227105941.2749193-1-suagrfillet@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Song Shuai and committed by
Jonathan Corbet
5d89176a fe15c26e

+2 -2
+1 -1
Documentation/scheduler/sched-capacity.rst
··· 258 258 needs to be handed to it. Architectures must define arch_scale_cpu_capacity() 259 259 for that purpose. 260 260 261 - The arm and arm64 architectures directly map this to the arch_topology driver 261 + The arm, arm64, and RISC-V architectures directly map this to the arch_topology driver 262 262 CPU scaling data, which is derived from the capacity-dmips-mhz CPU binding; see 263 263 Documentation/devicetree/bindings/cpu/cpu-capacity.txt. 264 264
+1 -1
Documentation/translations/zh_CN/scheduler/sched-capacity.rst
··· 231 231 当前,Linux无法凭自身算出CPU算力,因此必须要有把这个信息传递给Linux的方式。每个架构必须为此 232 232 定义arch_scale_cpu_capacity()函数。 233 233 234 - arm和arm64架构直接把这个信息映射到arch_topology驱动的CPU scaling数据中(译注:参考 234 + arm、arm64和RISC-V架构直接把这个信息映射到arch_topology驱动的CPU scaling数据中(译注:参考 235 235 arch_topology.h的percpu变量cpu_scale),它是从capacity-dmips-mhz CPU binding中衍生计算 236 236 出来的。参见Documentation/devicetree/bindings/cpu/cpu-capacity.txt。 237 237