mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
The qemu_icache_linesize, qemu_icache_linesize_log, qemu_dcache_linesize, and qemu_dcache_linesize_log variables are not used in many files. Move them out of osdep.h to a new qemu/cacheinfo.h, and document them. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220208200856.3558249-5-peter.maydell@linaro.org
This commit is contained in:
parent
5b3e34315a
commit
ad768e6f2a
9 changed files with 28 additions and 5 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "qemu/rcu_queue.h"
|
||||
#include "qemu/qht.h"
|
||||
#include "qemu/bitmap.h"
|
||||
#include "qemu/cacheinfo.h"
|
||||
#include "qemu/xxhash.h"
|
||||
#include "qemu/plugin.h"
|
||||
#include "hw/core/cpu.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue