]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.c
target/arm: remove redundant tests
authorRémi Denis-Courmont <remi.denis.courmont@huawei.com>
Tue, 12 Jan 2021 10:44:53 +0000 (12:44 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Jan 2021 14:38:51 +0000 (14:38 +0000)
commitcc974d5cd84ea60a3dad59752aea712f3d47f8ce
tree1b3ce0fe25a5e1627217120420cb6cd2970fe9a5
parent8073b871870538dc472e7a7f95cb8b53e81485b1
target/arm: remove redundant tests

In this context, the HCR value is the effective value, and thus is
zero in secure mode. The tests for HCR.{F,I}MO are sufficient.

Signed-off-by: Rémi Denis-Courmont <remi.denis.courmont@huawei.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210112104511.36576-1-remi.denis.courmont@huawei.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/helper.c