]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Move A32_BANKED_REG_{GET,SET} macros to cpregs.h
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 12 Mar 2025 13:25:05 +0000 (13:25 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Mar 2025 10:49:20 +0000 (10:49 +0000)
commiteae0c3b659fbad5168c9bb9784b49d255185e35c
treed5dc1bdf11cb17dc8638c10d2e2988b59cb0d704
parent0462a32b4f63b2448b4a196381138afd50719dc4
target/arm: Move A32_BANKED_REG_{GET,SET} macros to cpregs.h

The A32_BANKED_REG_{GET,SET} macros are only used inside target/arm;
move their definitions to cpregs.h. There's no need to have them
defined in all the code that includes cpu.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/cpregs.h
target/arm/cpu.h