]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit87c72b579c86457ee4348db41ed98879a2a5f0eb
tree0d83427170d2c2e9a68ba0d72b907f96d6d2cca1
parent50859a8916f89181d34c12e62a48e8d506e598c4
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