From: Avi Kivity Date: Wed, 14 Dec 2011 10:27:47 +0000 (+0200) Subject: KVM: Make KVM_INTEL depend on CPU_SUP_INTEL X-Git-Tag: v3.3-rc1~131^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43771ebfc9d34ab1f74095d052d225a82ae0898c;p=pandora-kernel.git KVM: Make KVM_INTEL depend on CPU_SUP_INTEL PMU virtualization needs to talk to Intel-specific bits of perf; these are only available when CPU_SUP_INTEL=y. Fixes arch/x86/built-in.o: In function `atomic_switch_perf_msrs': vmx.c:(.text+0x6b1d4): undefined reference to `perf_guest_get_msrs' Reported-by: Ingo Molnar Reported-by: Randy Dunlap Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed