Skip to content
Commit fb56dbb3 authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@qumranet.com>
parent d2308784
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment