From: Kevin Hilman Date: Fri, 15 Mar 2013 00:13:46 +0000 (-0700) Subject: KVM: allow host header to be included even for !CONFIG_KVM X-Git-Tag: v3.9-rc4~22^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f445f11eb2cc265dd47da5b2e864df46cd6e5a82;p=pandora-kernel.git KVM: allow host header to be included even for !CONFIG_KVM The new context tracking subsystem unconditionally includes kvm_host.h headers for the guest enter/exit macros. This causes a compile failure when KVM is not enabled. Fix by adding an IS_ENABLED(CONFIG_KVM) check to kvm_host so it can be included/compiled even when KVM is not enabled. Cc: Frederic Weisbecker Signed-off-by: Kevin Hilman Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed