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
Showing
- accel/tcg/translate-all.c 1 addition, 0 deletionsaccel/tcg/translate-all.c
- include/qemu/cacheinfo.h 21 additions, 0 deletionsinclude/qemu/cacheinfo.h
- include/qemu/osdep.h 0 additions, 5 deletionsinclude/qemu/osdep.h
- plugins/loader.c 1 addition, 0 deletionsplugins/loader.c
- tcg/region.c 1 addition, 0 deletionstcg/region.c
- tcg/tcg.c 1 addition, 0 deletionstcg/tcg.c
- util/atomic64.c 1 addition, 0 deletionsutil/atomic64.c
- util/cacheflush.c 1 addition, 0 deletionsutil/cacheflush.c
- util/cacheinfo.c 1 addition, 0 deletionsutil/cacheinfo.c
Loading
Please register or sign in to comment