qemu/processor: Remove unused 'qemu/atomic.h' header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230828221314.18435-11-philmd@linaro.org>
This commit is contained in:
parent
b8be052493
commit
ab5f8fc700
@ -7,8 +7,6 @@
|
|||||||
#ifndef QEMU_PROCESSOR_H
|
#ifndef QEMU_PROCESSOR_H
|
||||||
#define QEMU_PROCESSOR_H
|
#define QEMU_PROCESSOR_H
|
||||||
|
|
||||||
#include "qemu/atomic.h"
|
|
||||||
|
|
||||||
#if defined(__i386__) || defined(__x86_64__)
|
#if defined(__i386__) || defined(__x86_64__)
|
||||||
# define cpu_relax() asm volatile("rep; nop" ::: "memory")
|
# define cpu_relax() asm volatile("rep; nop" ::: "memory")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user