Message ID | 20201203214641.3887979-6-viro@ZenIV.linux.org.uk (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [01/10] binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALID | expand |
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2000bb2b0220..32ce052aa3b4 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2179,7 +2179,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.