]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.c
authorMark Brown <broonie@kernel.org>
Mon, 25 Oct 2021 16:32:32 +0000 (17:32 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 6 Dec 2021 16:09:34 +0000 (16:09 +0000)
commit08739a1555a19236f0473e052c8f460767fb6fd2
tree94fa9e815231ed17690ee1eafb6dceb7b995be73
parentff04131966d1a79c1b3cf26997a8e7d1433f1b7d
arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.c

The comment on the SVE trap handler in handle_exit.c says that it is a
placeholder until we support SVE in guests which we now do for both VHE
and nVHE cases so we really shouldn't get here in any sort of standard
case. Update the comment to be less immediately incorrect, the handling
of such a situation is correct.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20211025163232.3502052-1-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kvm/handle_exit.c