Yu Kuai 078277acbd powerpc/smp: Make some symbols static
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?

These symbols are not used outside of smp.c, so this
commit marks them static.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210407125903.4139663-1-yukuai3@huawei.com
2021-04-14 23:04:14 +10:00
..
2021-02-25 10:17:31 -08:00
2020-08-07 18:48:15 -07:00
2021-03-29 13:22:11 +11:00
2021-02-22 14:34:00 -08:00
2021-04-08 21:17:42 +10:00
2020-12-09 23:48:14 +11:00
2021-03-29 13:22:11 +11:00
2020-12-04 01:01:09 +11:00
2021-02-22 14:34:00 -08:00
2020-06-05 12:39:30 -07:00
2020-06-05 12:39:30 -07:00
2021-03-29 13:22:11 +11:00
2021-03-24 14:09:29 +11:00
2021-02-09 00:10:50 +11:00
2021-04-14 23:04:14 +10:00
2020-12-04 01:01:19 +11:00