ARM: KVM: move kvm_target_cpu to guest.c
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 15 Oct 2012 11:09:45 +0000 (12:09 +0100)
committerChristoffer Dall <cdall@cs.columbia.edu>
Wed, 6 Mar 2013 23:48:44 +0000 (15:48 -0800)
guest.c already contains some target-specific checks. Let's move
kvm_target_cpu() over there so arm.c is mostly target agnostic.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>

No differences found