Skip to content

Commit

Permalink
powerpc/xive: Remove unused inline function xive_kexec_teardown_cpu()
Browse files Browse the repository at this point in the history
commit e27e0a9 ("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
  • Loading branch information
YueHaibing authored and Michael Ellerman committed Jul 16, 2020
1 parent ba608c4 commit 29d9407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/include/asm/xive.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) { }

Expand Down

0 comments on commit 29d9407

Please sign in to comment.