[PATCH v2 2/7] arm64: KVM: Move the AArch32 conditional execution to common code
From: Christoffer Dall <hidden>
Date: 2016-09-06 10:47:19
Also in:
kvm, kvmarm
From: Christoffer Dall <hidden>
Date: 2016-09-06 10:47:19
Also in:
kvm, kvmarm
On Tue, Sep 06, 2016 at 09:28:42AM +0100, Marc Zyngier wrote:
It would make some sense to share the conditional execution code between 32 and 64bit. In order to achieve this, let's move that code to virt/kvm/arm/aarch32.c. While we're at it, drop a superfluous BUG_ON() that wasn't that useful. Following patches will migrate the 32bit port to that code base. Signed-off-by: Marc Zyngier <redacted>
Acked-by: Christoffer Dall <redacted>