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)
commit728d577d357c9caf83f75d0a38f318f343999cc2
tree1b2fa2fcc4960b3a673476e6ead79461c9a210b4
parentb4034bde5f168f2383a54b4573e1e440dbc169cf
ARM: KVM: move kvm_target_cpu to guest.c

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>
arch/arm/kvm/arm.c
arch/arm/kvm/guest.c