]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target/arm: Remove route_to_el2 check from sve_exception_el
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Jun 2022 18:38:55 +0000 (19:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jun 2022 18:38:55 +0000 (19:38 +0100)
commit61a8c23a3b56607ee6e745b4cf7975170df88801
tree840fcc6a6742767b793554263c59131b300d14df
parent8b599e5c0274cd5e4a33be6a10d6cd04631a74d1
target/arm: Remove route_to_el2 check from sve_exception_el

We handle this routing in raise_exception.  Promoting the value early
means that we can't directly compare FPEXC_EL and SVEEXC_EL.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220607203306.657998-4-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c