From: Avi Kivity Date: Mon, 19 Jan 2009 12:57:52 +0000 (+0200) Subject: KVM: Avoid using CONFIG_ in userspace visible headers X-Git-Tag: v2.6.29-rc6~90^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a0eb1960e8ddcb68ea631caf16815485af0e228;p=pandora-kernel.git KVM: Avoid using CONFIG_ in userspace visible headers Kconfig symbols are not available in userspace, and are not stripped by headers-install. Avoid their use by adding #defines in to suit each architecture. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed