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
---
target/ppc/misc_helper.c | 2 +-
1 file changed, 1 insertion(+)
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
---
target/ppc/misc_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/ppc/mis