target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arrays
commit4771cd01daaccb2a8929fa04c88c608e378cf814
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Jun 2015 18:18:36 +0000 (1 19:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 Jun 2015 14:32:43 +0000 (2 15:32 +0100)
tree7699660090e1b9dbdeb5c2a4fba270b86feb7e02
parent9718e4ae362d2f221ec028cdacefafc593ef1357
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
target-arm/helper.c