commit | 0ebdf989c32031019aa0974dbb6b840fca52991e | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jan 21 12:11:55 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Sun Mar 09 17:00:47 2025 +0100 |
tree | 9880ca827c97e431f0705d2fd1735e29e192b4b8 | |
parent | bd7d74283464491b461bb1136e69963962fd05aa [diff] |
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>