]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[IA64] Mark PARAVIRT and KVM as broken
authorFengguang Wu <fengguang.wu@intel.com>
Wed, 25 Jul 2012 07:53:49 +0000 (15:53 +0800)
committerTony Luck <tony.luck@intel.com>
Wed, 25 Jul 2012 18:45:31 +0000 (11:45 -0700)
Well, this at least makes allmodconfig happy.

Proposed-by: David Howells <dhowells@redhat.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Kconfig
arch/ia64/kvm/Kconfig

index 8186ec5ea15168a31a1a876b8a7b52ec7c8f4616..310cf5781fad2438a6ab24845724364bed31c7e4 100644 (file)
@@ -126,6 +126,7 @@ config AUDIT_ARCH
 
 menuconfig PARAVIRT_GUEST
        bool "Paravirtualized guest support"
+       depends on BROKEN
        help
          Say Y here to get to see options related to running Linux under
          various hypervisors.  This option alone does not add any kernel code.
@@ -138,8 +139,6 @@ config PARAVIRT
        bool "Enable paravirtualization code"
        depends on PARAVIRT_GUEST
        default y
-       bool
-       default y
        help
          This changes the kernel so it can modify itself when it is run
          under a hypervisor, potentially improving performance significantly
index 9806e55f91bee93671203beeacbcf41a0050cc07..8ca8e353487dfbedde4ac907b06ce70a7a7f27d6 100644 (file)
@@ -22,6 +22,7 @@ config KVM
        depends on HAVE_KVM && MODULES && EXPERIMENTAL
        # for device assignment:
        depends on PCI
+       depends on BROKEN
        select PREEMPT_NOTIFIERS
        select ANON_INODES
        select HAVE_KVM_IRQCHIP