]> Git Repo - linux.git/commit - include/linux/kvm.h
KVM: Avoid using CONFIG_ in userspace visible headers
authorAvi Kivity <[email protected]>
Mon, 19 Jan 2009 12:57:52 +0000 (14:57 +0200)
committerAvi Kivity <[email protected]>
Tue, 24 Mar 2009 09:03:06 +0000 (11:03 +0200)
commit91b2ae773d3b168b763237fac33f75b13d891f20
tree739ec0a4debd058277493707c8ebf6226dbe41a3
parent399ec807ddc38ecccf8c06dbde04531cbdc63e11
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 <asm/kvm.h> to
suit each architecture.

Signed-off-by: Avi Kivity <[email protected]>
arch/x86/include/asm/kvm.h
include/linux/kvm.h
This page took 0.046655 seconds and 4 git commands to generate.