From: Alexander Graf Date: Wed, 24 Mar 2010 20:48:31 +0000 (+0100) Subject: KVM: PPC: Make build work without CONFIG_VSX/ALTIVEC X-Git-Tag: v2.6.35-rc1~436^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2b07664f6cd14836ff84a77f48566673dca00bb;p=pandora-kernel.git KVM: PPC: Make build work without CONFIG_VSX/ALTIVEC The FPU/Altivec/VSX enablement also brought access to some structure elements that are only defined when the respective config options are enabled. Unfortuately I forgot to check for the config options at some places, so let's do that now. Unbreaks the build when CONFIG_VSX is not set. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed