We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d117e6 commit b3f263aCopy full SHA for b3f263a
arch/riscv/kvm/vcpu_onereg.c
@@ -203,7 +203,7 @@ static bool kvm_riscv_vcpu_isa_disable_allowed(unsigned long ext)
203
case KVM_RISCV_ISA_EXT_SVADE:
204
/*
205
* The henvcfg.ADUE is read-only zero if menvcfg.ADUE is zero.
206
- * Svade is not allowed to disable when the platform use Svade.
+ * Svade can't be disabled unless we support Svadu.
207
*/
208
return arch_has_hw_pte_young();
209
default:
0 commit comments