mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
tcg: Drop TCGContext.page_{mask,bits}
Use exec/target_page.h instead of independent variables. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
9cfcf8c3b7
commit
11efde54f2
14 changed files with 31 additions and 36 deletions
|
@ -34,6 +34,7 @@
|
|||
#include "qemu/cacheflush.h"
|
||||
#include "qemu/cacheinfo.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "exec/translation-block.h"
|
||||
#include "exec/tlb-common.h"
|
||||
#include "tcg/startup.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue