Gautam Menghani <gau...@linux.ibm.com> writes: > Remove icp_native_cause_ipi_rm() as it has no callers since > commit 53af3ba2e819("KVM: PPC: Book3S HV: Allow guest exit path to have > MMU on") > > Signed-off-by: Gautam Menghani <gau...@linux.ibm.com> > --- > arch/powerpc/include/asm/xics.h | 1 - > arch/powerpc/sysdev/xics/icp-native.c | 21 --------------------- > 2 files changed, 22 deletions(-)
Indeed there are no callers left of this function. Great catch! Looks good to me. Please feel free to add - Reviewed-by: Ritesh Harjani (IBM) <ritesh.l...@gmail.com> -ritesh