projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82755b
)
KVM: arm64: Update help text
author
Will Deacon
<will@kernel.org>
Tue, 5 May 2020 15:45:18 +0000
(16:45 +0100)
committer
Marc Zyngier
<maz@kernel.org>
Sat, 16 May 2020 14:04:18 +0000
(15:04 +0100)
arm64 KVM supports 16k pages since
02e0b7600f83
("arm64: kvm: Add support for 16K pages"), so update the Kconfig help
text accordingly.
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/20200505154520.194120-3-tabba@google.com
arch/arm64/kvm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm64/kvm/Kconfig
b/arch/arm64/kvm/Kconfig
index ce724e5266890c6e9a2d89631bd446bf3205365a..d2cf4f099454762762130e353eba549ee61dd67f 100644
(file)
--- a/
arch/arm64/kvm/Kconfig
+++ b/
arch/arm64/kvm/Kconfig
@@
-44,8
+44,6
@@
config KVM
select TASK_DELAY_ACCT
---help---
Support hosting virtualized guest machines.
- We don't support KVM with 16K page tables yet, due to the multiple
- levels of fake page tables.
If unsure, say N.