Re: [PATCH] powerpc/smp: Make some symbols static

From: Michael Ellerman
Date: Mon Apr 19 2021 - 00:07:04 EST


On Wed, 7 Apr 2021 20:59:03 +0800, Yu Kuai wrote:
> The sparse tool complains as follows:
>
> arch/powerpc/kernel/smp.c:86:1: warning:
> symbol '__pcpu_scope_cpu_coregroup_map' was not declared. Should it be static?
> arch/powerpc/kernel/smp.c:125:1: warning:
> symbol '__pcpu_scope_thread_group_l1_cache_map' was not declared. Should it be static?
> arch/powerpc/kernel/smp.c:132:1: warning:
> symbol '__pcpu_scope_thread_group_l2_cache_map' was not declared. Should it be static?
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/smp: Make some symbols static
https://git.kernel.org/powerpc/c/078277acbd7c3fdb25c01a3cd5b4a1a875a1ab2f

cheers