commit | 2cde031f5a34996bab32571a26b1a6bcf3e5b5d9 | [log] [tgz] |
---|---|---|
author | Sergey Sorokin <afarallax@yandex.ru> | Fri Oct 16 11:14:52 2015 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Oct 16 11:14:52 2015 +0100 |
tree | 8ac0b45996a034a6de7e20376d16ddc1e0212dc7 | |
parent | 6df99dec9e81838423d723996e96236693fa31fe [diff] |
target-arm: Avoid calling arm_el_is_aa64() function for unimplemented EL It is incorrect to call arm_el_is_aa64() function for unimplemented EL. This patch fixes several attempts to do so. Signed-off-by: Sergey Sorokin <afarallax@yandex.ru> [PMM: Reworked several of the comments to be more verbose.] Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>