projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3cd756
)
mips: KVM_GUEST makes no sense for 64bit builds...
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 14 Jun 2020 03:33:11 +0000
(23:33 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 6 Jan 2021 13:42:47 +0000
(08:42 -0500)
it's always been about MIPS32
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/mips/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index 0a17bedf4f0dbabba58a758f559e3ff08f155a36..04aecf51e37612621e49900e80826a0493c67956 100644
(file)
--- 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.