target-arm: Remove incorrect ALIAS tags from ESR_EL2 and ESR_EL3
commit094a7d0b9d10812d06be2c5c19288cee4603c693
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2016 16:33:51 +0000 (4 17:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2016 16:33:51 +0000 (4 17:33 +0100)
treeefe7c6cf35a294c2d263da9d856432f1949888e5
parente24fdd238a159d830a9a65dd9b08f80fba9b9e06
target-arm: Remove incorrect ALIAS tags from ESR_EL2 and ESR_EL3

The regdefs for the ESR_EL2 and ESR_EL3 system registers should not
be marked as ARM_CP_ALIAS, because these are the master copies; the
DFSR regdef in vmsa_pmsa_cp_reginfo[] is marked as an alias.
Remove the ALIAS tags so that these registers are correctly migrated.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Sergey Fedorov <sergey.fedorov@linaro.rog>
Message-id: 1459435778-5526-3-git-send-email-peter.maydell@linaro.org
target-arm/helper.c