]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/smp: Fold cpu_die() into its only caller
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 19 Aug 2020 01:56:33 +0000 (11:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 18 Sep 2020 09:59:43 +0000 (19:59 +1000)
commit0cfea07560038e7da6df2dd36a67f8c325f5a842
tree0a5f81aa0771bfa63429cddb7cc8365ac3c9a586
parent36961ce63a4d5f022fecf7e61f8599f7bf7b22cd
powerpc/smp: Fold cpu_die() into its only caller

Avoid the eternal confusion between cpu_die() and __cpu_die() by
removing the former, folding it into its only caller.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200819015634.1974478-2-mpe@ellerman.id.au
arch/powerpc/include/asm/smp.h
arch/powerpc/kernel/smp.c