Re: [PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-01-01 Thread Avi Kivity
Sam Ravnborg wrote: On Tue, Jan 01, 2008 at 05:35:47PM +0200, Avi Kivity wrote: Currently, make headers_check barfs due to , which includes, not existing. Rather than add a zillion s, export kvm.h only if the arch actually supports it. Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> --- arc

Re: [PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-01-01 Thread Sam Ravnborg
On Tue, Jan 01, 2008 at 05:35:47PM +0200, Avi Kivity wrote: > Currently, make headers_check barfs due to , which > includes, not existing. Rather than add a zillion s, export kvm.h > only if the arch actually supports it. > > Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> > --- > arch/x86/Kconfi

[PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-01-01 Thread Avi Kivity
Currently, make headers_check barfs due to , which includes, not existing. Rather than add a zillion s, export kvm.h only if the arch actually supports it. Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> --- arch/x86/Kconfig |4 drivers/kvm/Kconfig |4 ++-- include/linux/Kbuild