#
0febaae0 |
| 12-Apr-2022 |
Alexandru Elisei <alexandru.elisei@arm.com> |
Add cpumask functions
Add a handful of cpumask functions, some of which will be used when dealing with different PMUs on heterogeneous systems.
The maximum number of CPUs in a system, NR_CPUS, whic
Add cpumask functions
Add a handful of cpumask functions, some of which will be used when dealing with different PMUs on heterogeneous systems.
The maximum number of CPUs in a system, NR_CPUS, which dictates the size of the cpumask, has been taken from the Kconfig file for each architecture, from Linux version 5.16.
Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com> Link: https://lore.kernel.org/r/20220412133231.35355-9-alexandru.elisei@arm.com Signed-off-by: Will Deacon <will@kernel.org>
show more ...
|