[PATCH 6/12] KVM: work around SMP requirement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



KVM is currently completely broken for the !CONFIG_SMP case.

drivers/kvm/kvm_main.c: In function â??kvm_flush_remote_tlbsâ??:
drivers/kvm/kvm_main.c:220: error: implicit declaration of function â??smp_call_function_maskâ??

Signed-off-by: Jeff Garzik <[email protected]>
---
I hope the KVM maintainer can come up with a better solution...

diff --git a/drivers/kvm/Kconfig b/drivers/kvm/Kconfig
index 8749fa4..e35fbc6 100644
--- a/drivers/kvm/Kconfig
+++ b/drivers/kvm/Kconfig
@@ -16,7 +16,7 @@ if VIRTUALIZATION
 
 config KVM
 	tristate "Kernel-based Virtual Machine (KVM) support"
-	depends on X86 && EXPERIMENTAL
+	depends on X86 && EXPERIMENTAL && SMP
 	select PREEMPT_NOTIFIERS
 	select ANON_INODES
 	---help---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux