ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containers
authorMarc Zyngier <marc.zyngier@arm.com>
Sat, 27 Oct 2012 17:23:25 +0000 (18:23 +0100)
committerChristoffer Dall <cdall@cs.columbia.edu>
Wed, 6 Mar 2013 23:48:44 +0000 (15:48 -0800)
commit9c7a6432fb081563f084b25bbd2774b1547c4fad
treea5aa3aa416b762feae8ea424f1ba374d30268592
parente7858c58d52237a4519e2fdb1ce8f2d9805ce0ce
ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containers

In order to keep the VFP allocation code common, use an abstract type
for the VFP containers. Maps onto struct vfp_hard_struct on ARM.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/include/asm/kvm_host.h
arch/arm/kvm/arm.c