mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
"exec/cpu-all.h" doesn't need definitions from "qemu/rcu.h", however "exec/ram_addr.h" does. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231211212003.21686-17-philmd@linaro.org>
This commit is contained in:
parent
e620363687
commit
edfc85875d
2 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,6 @@
|
|||
#include "exec/tswap.h"
|
||||
#include "qemu/thread.h"
|
||||
#include "hw/core/cpu.h"
|
||||
#include "qemu/rcu.h"
|
||||
|
||||
/* some important defines:
|
||||
*
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "exec/ramlist.h"
|
||||
#include "exec/ramblock.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "qemu/rcu.h"
|
||||
|
||||
extern uint64_t total_dirty_pages;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue