On 2/28/23 09:26, Fabiano Rosas wrote:
The file cpu_tcg.c is about to be moved into the tcg/ directory, so
move the register definitions into a new file.

Also move the function declaration to the more appropriate cpregs.h.

Signed-off-by: Fabiano Rosas<faro...@suse.de>
---
  target/arm/cortex-regs.c | 69 ++++++++++++++++++++++++++++++++++++++++
  target/arm/cpregs.h      |  6 ++++
  target/arm/cpu64.c       |  1 +
  target/arm/cpu_tcg.c     | 59 ----------------------------------
  target/arm/internals.h   |  6 ----
  target/arm/meson.build   |  1 +
  6 files changed, 77 insertions(+), 65 deletions(-)
  create mode 100644 target/arm/cortex-regs.c

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to