Re: [PATCH] arch/powerpc: Remove unused function icp_native_cause_ipi_rm()

From: Ritesh Harjani (IBM)
Date: Sat Jan 11 2025 - 12:17:44 EST


Gautam Menghani <gautam@xxxxxxxxxxxxx> 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 <gautam@xxxxxxxxxxxxx>
> ---
> 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.list@xxxxxxxxx>

-ritesh