On 9/2/26 05:20, Philippe Mathieu-Daudé wrote:
LoongArch, M68K, MicroBlaze, and OpenRISC interrupt handlers
don't require external BQL protection, so move them from
do_interrupt_locked() to do_interrupt().

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  target/loongarch/tcg/tcg_cpu.c | 2 +-
  target/m68k/cpu.c              | 2 +-
  target/microblaze/cpu.c        | 2 +-
  target/or1k/cpu.c              | 2 +-
  4 files changed, 4 insertions(+), 4 deletions(-)

How did you determine that these do not require locking?
E.g. why does alpha require locking when loongarch does not?


r~

Reply via email to