Home
last modified time | relevance | path

Searched hist:"427 d7cacf97220844aa39146e11365655bbff8bd" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm64/kvm/
H A DMakefilediff 427d7cacf97220844aa39146e11365655bbff8bd Tue Sep 06 10:28:42 CEST 2016 Marc Zyngier <marc.zyngier@arm.com> arm64: KVM: Move the AArch32 conditional execution to common code

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 <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>