Re: [PATCH v2 02/36] irqchip/gic-v3-its: Factor out wait_for_syncr primitive

From: Zenghui Yu
Date: Mon Oct 28 2019 - 05:21:09 EST


On 2019/10/27 22:42, Marc Zyngier wrote:
Waiting for a redistributor to have performed an operation is a
common thing to do, and the idiom is already spread around.
As we're going to make even more use of this, let's have a primitive
that does just that.

Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx>

Reviewed-by: Zenghui Yu <yuzenghui@xxxxxxxxxx>