1. 19 4月, 2008 1 次提交
  2. 18 4月, 2008 1 次提交
  3. 17 4月, 2008 1 次提交
  4. 03 4月, 2008 1 次提交
    • C
      kvm: provide kvm.h for all architecture: fixes headers_install · dd135ebb
      Christian Borntraeger 提交于
      Currently include/linux/kvm.h is not considered by make headers_install,
      because Kbuild cannot handle " unifdef-$(CONFIG_FOO) += foo.h.  This problem
      was introduced by
      
      commit fb56dbb3
      Author: Avi Kivity <avi@qumranet.com>
      Date:   Sun Dec 2 10:50:06 2007 +0200
      
          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.
          only if the arch actually supports it.
      Signed-off-by: NAvi Kivity <avi@qumranet.com>
      
      which makes this an 2.6.25 regression.
      
      One way of solving the issue is to enhance Kbuild, but Avi and David conviced
      me, that changing headers_install is not the way to go.  This patch changes
      the definition for linux/kvm.h to unifdef-y.
      
      If  unifdef-y is used for linux/kvm.h "make headers_check" will fail on all
      architectures without asm/kvm.h.  Therefore, this patch also provides
      asm/kvm.h on all architectures.
      Signed-off-by: NChristian Borntraeger <borntraeger@de.ibm.com>
      Acked-by: NAvi Kivity <avi@qumranet.com>
      Cc: Sam Ravnborg <sam@ravnborg.org
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      dd135ebb
  5. 06 3月, 2008 1 次提交
  6. 07 3月, 2008 1 次提交
  7. 10 2月, 2008 1 次提交
  8. 09 2月, 2008 3 次提交
  9. 08 2月, 2008 3 次提交
  10. 09 2月, 2008 1 次提交
  11. 07 2月, 2008 1 次提交
  12. 02 2月, 2008 4 次提交
  13. 09 2月, 2008 2 次提交
  14. 02 2月, 2008 2 次提交
  15. 01 2月, 2008 1 次提交
  16. 24 12月, 2007 2 次提交
  17. 06 12月, 2007 4 次提交
  18. 25 2月, 2008 4 次提交
  19. 21 11月, 2007 6 次提交