Re: [PATCH v4 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys

2018-02-21 Thread Andrew Jones
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

[PATCH v4 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys

2018-02-15 Thread Christoffer Dall
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 Signed-off-by: Christoffer Dall