Re: [PATCH v2 1/2] powerpc/paravirt: vcpu_is_preempted() commentary

2021-09-29 Thread Srikar Dronamraju
* Nathan Lynch [2021-09-28 16:41:46]: > Add comments more clearly documenting that this function determines whether > hypervisor-level preemption of the VM has occurred. > > Signed-off-by: Nathan Lynch Looks good to me. Reviewed-by: Srikar Dronamraju > --- >

[PATCH v2 1/2] powerpc/paravirt: vcpu_is_preempted() commentary

2021-09-28 Thread Nathan Lynch
Add comments more clearly documenting that this function determines whether hypervisor-level preemption of the VM has occurred. Signed-off-by: Nathan Lynch --- arch/powerpc/include/asm/paravirt.h | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git