diff options
author | Marc Zyngier <maz@kernel.org> | 2020-12-04 13:12:55 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-12-04 13:12:55 +0300 |
commit | 17f84520cb8fcaf475c96c3ee90dd97b55a63669 (patch) | |
tree | f865c7d4a917642bf84e7348a6149d025b9082e0 /Documentation/virt | |
parent | f86e54653e67171a7cc0f85e0fe5766deb310e03 (diff) | |
parent | 652d0b701d136ede6bc8a977b3abbe2d420226b9 (diff) | |
download | linux-17f84520cb8fcaf475c96c3ee90dd97b55a63669.tar.xz |
Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/queue
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'Documentation/virt')
-rw-r--r-- | Documentation/virt/kvm/arm/pvtime.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/virt/kvm/arm/pvtime.rst b/Documentation/virt/kvm/arm/pvtime.rst index 687b60d76ca9..392521af7c90 100644 --- a/Documentation/virt/kvm/arm/pvtime.rst +++ b/Documentation/virt/kvm/arm/pvtime.rst @@ -19,8 +19,8 @@ Two new SMCCC compatible hypercalls are defined: These are only available in the SMC64/HVC64 calling convention as paravirtualized time is not available to 32 bit Arm guests. The existence of -the PV_FEATURES hypercall should be probed using the SMCCC 1.1 ARCH_FEATURES -mechanism before calling it. +the PV_TIME_FEATURES hypercall should be probed using the SMCCC 1.1 +ARCH_FEATURES mechanism before calling it. PV_TIME_FEATURES ============= ======== ========== |