diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-06-13 23:33:11 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2021-01-06 08:42:47 -0500 |
commit | fd624c712dfcb6bd6d34018bf879cb4fc6ef84f9 (patch) | |
tree | 1d7fa22f93818c89b46f3820a817657e47d7cb21 /arch/mips/Kconfig | |
parent | c3cd7564819a7c1761b3b91770b6083cb29b2620 (diff) | |
download | lwn-fd624c712dfcb6bd6d34018bf879cb4fc6ef84f9.tar.gz lwn-fd624c712dfcb6bd6d34018bf879cb4fc6ef84f9.zip |
mips: KVM_GUEST makes no sense for 64bit builds...
it's always been about MIPS32
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0a17bedf4f0d..04aecf51e376 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. |