From: Paul Gortmaker Date: Fri, 18 May 2012 17:59:39 +0000 (-0400) Subject: KVM: make asm-generic/kvm_para.h have an ifdef __KERNEL__ block X-Git-Tag: v3.5-rc1~88^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322728e55aa7834e2fab2786b76df183c4843a12;p=pandora-kernel.git KVM: make asm-generic/kvm_para.h have an ifdef __KERNEL__ block There are two functions in this asm-generic file. Looking at other arch which do not use the generic version, these two fcns are within an #ifdef __KERNEL__ block, so make the generic one consistent with those. Signed-off-by: Paul Gortmaker Signed-off-by: Avi Kivity --- Reading git-diff-tree failed