]> 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)
commitd45eab77891ef19ee1b0288623607a5d66f30834
tree94fa9e815231ed17690ee1eafb6dceb7b995be73
parentb1a885c0f40e89a4fd0f041736592b4ab46bfe8a
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