|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 3/7] target/ppc: Fix mtDPDES targeting SMT siblings |
Date: | Tue, 6 Aug 2024 15:34:10 +0200 |
User-agent: | Mozilla Thunderbird |
On 6/8/24 15:13, Nicholas Piggin wrote:
A typo in the loop over SMT threads to set irq level for doorbells when storing to DPDES meant everything was aimed at the CPU executing the instruction. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> --- target/ppc/misc_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fixes: d24e80b2ae ("target/ppc: Add msgsnd/p and DPDES SMT support") Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |