OSDN Git Service

arm64: smp: Make cpus_stuck_in_kernel static
authorZou Wei <zou_wei@huawei.com>
Thu, 23 Apr 2020 06:33:26 +0000 (14:33 +0800)
committerWill Deacon <will@kernel.org>
Tue, 28 Apr 2020 13:09:57 +0000 (14:09 +0100)
commit2eaf63ba84dc2fa4cecd717e917ea882be08069b
tree0d83427170d2c2e9a68ba0d72b907f96d6d2cca1
parent0dd2334fd5b99e610ceccba0e5263e6969207880
arm64: smp: Make cpus_stuck_in_kernel static

Fix the following sparse warning:

arch/arm64/kernel/smp.c:68:5: warning: symbol 'cpus_stuck_in_kernel'
was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/1587623606-96698-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/smp.c