]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-arm/cpu64.c: Actually register Cortex-A57 impdef registers
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 14:43:22 +0000 (15:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 14:43:22 +0000 (15:43 +0100)
commitbf01601764fbef7b54894c9dc1f9c1e727a49294
tree695d9de777f1c5b1f606877c6e001d01d16659b1
parent61e99241491c2d87af2a9751630e597a54ea7af8
target-arm/cpu64.c: Actually register Cortex-A57 impdef registers

cpu64.c contains a reginfo list for the impdef registers on
the Cortex-A57; however we forgot to actually call define_arm_cp_regs(),
so it was sitting there doing nothing. Remedy this omission.

Message-id: 1401226259-23121-1-git-send-email-peter.maydell@linaro.org
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Tested-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu64.c