]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Remove fpexc32_access
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 17 Apr 2022 17:43:36 +0000 (10:43 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Apr 2022 13:44:54 +0000 (14:44 +0100)
commita4c88675d602e161e6048ec3d58e97df77a349ec
tree5fd95601f6aa947776673d59b32c55d1f706f169
parent063bbd8061bc01b5aee6a9a15db92619bae5418c
target/arm: Remove fpexc32_access

This function is incorrect in that it does not properly consider
CPTR_EL2.FPEN.  We've already got another mechanism for raising
an FPU access trap: ARM_CP_FPU, so use that instead.

Remove CP_ACCESS_TRAP_FP_EL{2,3}, which becomes unused.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper.c
target/arm/op_helper.c