mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target/xtensa: Include missing 'qemu/atomic.h' header
Since commit fa92bd4af7
("target/xtensa: fix access to
the INTERRUPT SR") these files use QEMU atomic API.
Explicit the header inclusion instead of relying on
implicit and indirect inclusion.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230828221314.18435-10-philmd@linaro.org>
This commit is contained in:
parent
060bfdb75e
commit
b8be052493
3 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "hw/irq.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "qemu/atomic.h"
|
||||
|
||||
void check_interrupts(CPUXtensaState *env)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue