|
From: | Richard Henderson |
Subject: | Re: [PATCH 04/11] user: Prefer cached CpuClass over CPU_GET_CLASS() macro |
Date: | Tue, 21 Jan 2025 07:57:18 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/21/25 03:40, Philippe Mathieu-Daudé wrote:
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> --- linux-user/alpha/target_proc.h | 2 +- bsd-user/signal.c | 4 ++-- linux-user/signal.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |