Skip to content
Snippets Groups Projects
Commit ab5f8fc7 authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé
Browse files

qemu/processor: Remove unused 'qemu/atomic.h' header


Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Message-Id: <20230828221314.18435-11-philmd@linaro.org>
parent b8be0524
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@
#ifndef QEMU_PROCESSOR_H
#define QEMU_PROCESSOR_H
#include "qemu/atomic.h"
#if defined(__i386__) || defined(__x86_64__)
# define cpu_relax() asm volatile("rep; nop" ::: "memory")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment