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.30-rc1~664^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b2ae773d3b168b763237fac33f75b13d891f20;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