]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/xtensa: Include missing 'qemu/atomic.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 28 Aug 2023 21:41:49 +0000 (23:41 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 31 Aug 2023 17:47:43 +0000 (19:47 +0200)
commitb8be052493145ab198ae7d1622d42aedd519c440
tree0e9bb0a559fee43e57b86c323300ec05ffbbdb82
parent060bfdb75e3932fdd2bd3748a7f784d0d3f283b5
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>
hw/xtensa/pic_cpu.c
target/xtensa/exc_helper.c
target/xtensa/op_helper.c