diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-07-15 10:50:40 +0800 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-07-16 13:12:44 +1000 |
commit | 29d9407e1037868b59d12948d42ad3ef58fc3a5a (patch) | |
tree | 86d49b3b040aa81a15ac27c0bec4b6a011422364 /arch/powerpc/include/asm/xive.h | |
parent | ba608c4fa12cfd0cab0e153249c29441f4dd3312 (diff) | |
download | lwn-29d9407e1037868b59d12948d42ad3ef58fc3a5a.tar.gz lwn-29d9407e1037868b59d12948d42ad3ef58fc3a5a.zip |
powerpc/xive: Remove unused inline function xive_kexec_teardown_cpu()
commit e27e0a94651e ("powerpc/xive: Remove xive_kexec_teardown_cpu()")
left behind this, remove it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200715025040.33952-1-yuehaibing@huawei.com
Diffstat (limited to 'arch/powerpc/include/asm/xive.h')
-rw-r--r-- | arch/powerpc/include/asm/xive.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/xive.h b/arch/powerpc/include/asm/xive.h index d08ea11b271c..309b4d65b74f 100644 --- a/arch/powerpc/include/asm/xive.h +++ b/arch/powerpc/include/asm/xive.h @@ -155,7 +155,6 @@ static inline void xive_smp_probe(void) { } static inline int xive_smp_prepare_cpu(unsigned int cpu) { return -EINVAL; } static inline void xive_smp_setup_cpu(void) { } static inline void xive_smp_disable_cpu(void) { } -static inline void xive_kexec_teardown_cpu(int secondary) { } static inline void xive_shutdown(void) { } static inline void xive_flush_interrupt(void) { } |