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)
commitd658220a1c45cb721a80a9af7d1d70b35c7b74ea
tree94fa9e815231ed17690ee1eafb6dceb7b995be73
parentd58071a8a76d779eedab38033ae4c821c30295a5
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