On 13/1/23 15:03, Fabiano Rosas wrote:
Since commit cf7c6d1004 ("target/arm: Split out cpregs.h") we now have a cpregs.h header which is more suitable for this code.Code moved verbatim. Signed-off-by: Fabiano Rosas <faro...@suse.de> --- target/arm/cpregs.h | 98 +++++++++++++++++++++++++++++++++++++++++++++ target/arm/cpu.h | 91 ----------------------------------------- 2 files changed, 98 insertions(+), 91 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>