]> xenbits.xensource.com Git - xen.git/commit
Arm: rename smp_clear_cpu_maps()
authorJan Beulich <jbeulich@suse.com>
Tue, 22 Apr 2025 09:23:41 +0000 (11:23 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 22 Apr 2025 09:23:41 +0000 (11:23 +0200)
commit8d31a735bc4d65db2d267aa48e5bb62b7bd4739b
tree8f8502de3a1a1b7892554b6d8f9876ef93aa164b
parentd98df4c531adc5effe28489ca9cb865a27d2f85f
Arm: rename smp_clear_cpu_maps()

The function has lost all clearing operations. Use the commonly
available name (declared in xen/smp.h), that x86 also uses. This then
also addresses a Misra C:2012 rule 8.6 violation (not really covered
by the deviation we have).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Michal Orzel <michal.orzel@amd.com>
xen/arch/arm/include/asm/smp.h
xen/arch/arm/setup.c
xen/arch/arm/smpboot.c