Re: [PATCH v6 1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments

2021-03-22 Thread David Gibson
On Thu, Mar 11, 2021 at 02:09:34PM +0530, Bharata B Rao wrote: > From: "Aneesh Kumar K.V" > > The type values H_RPTI_TYPE_PRT and H_RPTI_TYPE_PAT indicate > invalidating the caching of process and partition scoped entries > respectively. > > Signed-off-by: Aneesh Kumar K.V > Signed-off-by:

[PATCH v6 1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments

2021-03-11 Thread Bharata B Rao
From: "Aneesh Kumar K.V" The type values H_RPTI_TYPE_PRT and H_RPTI_TYPE_PAT indicate invalidating the caching of process and partition scoped entries respectively. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Bharata B Rao --- arch/powerpc/include/asm/hvcall.h | 4 ++-- 1 file changed, 2