Home
last modified time | relevance | path

Searched hist:"15 eb1b6afc3c73bcd44b5d265d43db666950b5af" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.cdiff 15eb1b6afc3c73bcd44b5d265d43db666950b5af Fri Apr 01 01:52:52 CDT 2022 Bo Liu <liubo03@inspur.com> KVM: PPC: Book3S HV: Use consistent type for return value of kvm_age_rmapp()

The return value type defined in the function kvm_age_rmapp() is
"bool", but the return value type defined in the implementation of the
function kvm_age_rmapp() is "int".

Change the return value type to "bool".

Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220401065252.36472-1-liubo03@inspur.com