[PATCH v4 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys
From: Andrew Jones <hidden>
Date: 2018-02-21 17:44:51
Also in:
kvm, kvmarm
From: Andrew Jones <hidden>
Date: 2018-02-21 17:44:51
Also in:
kvm, kvmarm
On Thu, Feb 15, 2018 at 10:03:10PM +0100, Christoffer Dall wrote:
As we are about to move calls around in the sysreg save/restore logic, let's first rewrite the alternative function callers, because it is going to make the next patches much easier to read. Acked-by: Marc Zyngier <redacted> Signed-off-by: Christoffer Dall <redacted> --- arch/arm64/kvm/hyp/sysreg-sr.c | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-)
Reviewed-by: Andrew Jones <redacted>