commit | 4771cd01daaccb2a8929fa04c88c608e378cf814 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 01 19:18:36 2015 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 02 15:32:43 2015 +0100 |
tree | 7699660090e1b9dbdeb5c2a4fba270b86feb7e02 | |
parent | 9718e4ae362d2f221ec028cdacefafc593ef1357 [diff] |
target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arrays The ARMCPRegInfo arrays v8_el3_no_el2_cp_reginfo and v8_el2_cp_reginfo are actually used on non-v8 CPUs as well. Remove the incorrect v8_ prefix from their names. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 1433182716-6400-1-git-send-email-peter.maydell@linaro.org