From: Alexander Graf Date: Thu, 15 Apr 2010 22:11:37 +0000 (+0200) Subject: KVM: PPC: Add kvm_book3s_64.h X-Git-Tag: v2.6.35-rc1~436^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae07890dd40e40fa78270900894fba3bb448439;p=pandora-kernel.git KVM: PPC: Add kvm_book3s_64.h In the process of generalizing as much code as possible, I also moved the shadow vcpu code together to a generic book3s file. Unfortunately the location of the shadow vcpu is different on 32 and 64 bit, so we need a wrapper function to tell us where it is. That sounded like a perfect fit for a subarch specific header file. Here we can put anything that needs to be different between those two. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed