LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Re: KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM
@ 2008-02-10 11:15 Olaf Hering
  2008-02-13  7:43 ` Avi Kivity
  0 siblings, 1 reply; 5+ messages in thread
From: Olaf Hering @ 2008-02-10 11:15 UTC (permalink / raw)
  To: Avi Kivity, linux-kernel


> 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.

This makes headers_install_all unreliable.
linux/kvm.h will not be exported, depending on what system the libc
headers will be generated. Please revert
fb56dbb31c4738a3918db81fd24da732ce3b4ae6 and find a different way to run
make headers_check successfully.

Similar CONFIG_* usage is in include/asm-cris/Kbuild.
Fortunately, its not relevant in practice.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-13 11:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-10 11:15 KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM Olaf Hering
2008-02-13  7:43 ` Avi Kivity
2008-02-13 20:34   ` Sam Ravnborg
2008-02-14  9:27     ` Avi Kivity
2008-03-13 11:13       ` Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).