commit | fb56dbb31c4738a3918db81fd24da732ce3b4ae6 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Dec 02 10:50:06 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:16 2008 +0200 |
tree | b201bcc1dda7729045e9cf2e9ef9d281eb66d92c | |
parent | d23087847184a7417fc69bdfaa8a32834b447bef [diff] |
KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM Currently, make headers_check barfs due to <asm/kvm.h>, which <linux/kvm.h> includes, not existing. Rather than add a zillion <asm/kvm.h>s, export kvm.h only if the arch actually supports it. Signed-off-by: Avi Kivity <avi@qumranet.com>