commit | b8be052493145ab198ae7d1622d42aedd519c440 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Aug 28 23:41:49 2023 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Aug 31 19:47:43 2023 +0200 |
tree | 0e9bb0a559fee43e57b86c323300ec05ffbbdb82 | |
parent | 060bfdb75e3932fdd2bd3748a7f784d0d3f283b5 [diff] |
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>