diff options
author | 2024-02-27 09:58:15 +0100 | |
---|---|---|
committer | 2024-02-27 10:05:32 +0100 | |
commit | 4c8a49854130da0117a0fdb858551824919a2389 (patch) | |
tree | 8dc7039b25b2c6c19db9136c1e221b0a9f1e308d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86/cpu/topology: Get rid of cpuinfo::x86_max_cores (diff) | |
download | wireguard-linux-4c8a49854130da0117a0fdb858551824919a2389.tar.xz wireguard-linux-4c8a49854130da0117a0fdb858551824919a2389.zip |
smp: Avoid 'setup_max_cpus' namespace collision/shadowing
bringup_nonboot_cpus() gets passed the 'setup_max_cpus'
variable in init/main.c - which is also the name of the parameter,
shadowing the name.
To reduce confusion and to allow the 'setup_max_cpus' value
to be #defined in the <linux/smp.h> header, use the 'max_cpus'
name for the function parameter name.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions