]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Move some register related defines to internals.h
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Mar 2024 12:19:01 +0000 (12:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Mar 2024 12:19:01 +0000 (12:19 +0000)
commit20b42c331df544a6d889f4bcf4535c0f2f98dbcf
treebdd67092277b12922c6373e9efa6d49d072e4866
parent8f6330a807f2642dc2a3cdf33347aa28a4c00a87
target/arm: Move some register related defines to internals.h

cpu.h has a lot of #defines relating to CPU register fields.
Most of these aren't actually used outside target/arm code,
so there's no point in cluttering up the cpu.h file with them.
Move some easy ones to internals.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240301183219.2424889-2-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/internals.h