From: Al Viro Date: Sun, 14 Jun 2020 03:33:11 +0000 (-0400) Subject: mips: KVM_GUEST makes no sense for 64bit builds... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd624c712dfcb6bd6d34018bf879cb4fc6ef84f9;p=linux.git mips: KVM_GUEST makes no sense for 64bit builds... it's always been about MIPS32 Signed-off-by: Al Viro --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0a17bedf4f0db..04aecf51e3761 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2182,7 +2182,7 @@ endchoice config KVM_GUEST bool "KVM Guest Kernel" depends on CPU_MIPS32_R2 - depends on BROKEN_ON_SMP + depends on !64BIT && BROKEN_ON_SMP help Select this option if building a guest kernel for KVM (Trap & Emulate) mode.