From: Alexander Graf Date: Fri, 4 Jul 2014 10:52:51 +0000 (+0200) Subject: KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct X-Git-Tag: omap-for-v3.17/fixes-against-rc2~130^2~10^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1287cb3fa85cd4a0d18402f6a23e1d4c6a9d7b8b;p=pandora-kernel.git KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct When building KVM with a lot of vcores (NR_CPUS is big), we can potentially get out of the ld immediate range for dereferences inside that struct. Move the array to the end of our kvm_arch struct. This fixes compilation issues with NR_CPUS=2048 for me. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed