| commit | eae0c3b659fbad5168c9bb9784b49d255185e35c | [log] [tgz] |
|---|---|---|
| author | Peter Maydell <peter.maydell@linaro.org> | Wed Mar 12 13:25:05 2025 +0000 |
| committer | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 14 10:49:20 2025 +0000 |
| tree | d5dc1bdf11cb17dc8638c10d2e2988b59cb0d704 | |
| parent | 0462a32b4f63b2448b4a196381138afd50719dc4 [diff] |
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>