]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Prefer cached CpuClass over CPU_GET_CLASS() macro
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 21 Jan 2025 11:11:55 +0000 (12:11 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 9 Mar 2025 16:00:47 +0000 (17:00 +0100)
commit0ebdf989c32031019aa0974dbb6b840fca52991e
tree9880ca827c97e431f0705d2fd1735e29e192b4b8
parentbd7d74283464491b461bb1136e69963962fd05aa
target/arm: Prefer cached CpuClass over CPU_GET_CLASS() macro

CpuState caches its CPUClass since commit 6fbdff87062
("cpu: cache CPUClass in CPUState for hot code paths"),
use it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250122093028.52416-11-philmd@linaro.org>
target/arm/cpu.c
target/arm/tcg/cpu-v7m.c