summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-04-21 13:08:33 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-05-01 10:45:02 +0000
commite554861766d9ae84dd5720baa4869f4ed711506f (patch)
treee2d57c9ce580d8db050b77dca39dd3ea4d779c15 /cpu-all.h
parente09db789abfeb94f431afe8e89481ac23ff4ea79 (diff)
downloadqemu-e554861766d9ae84dd5720baa4869f4ed711506f.tar.gz
exec: prepare for splitting
Make s_cputlb_empty_entry 'const'. Rename tlb_flush_jmp_cache() to tb_flush_jmp_cache(). Refactor code to add cpu_tlb_reset_dirty_all(), memory_region_section_get_iotlb() and memory_region_is_unassigned(). Remove unused cpu_tlb_update_dirty(). Fix coding style in areas to be moved. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu-all.h b/cpu-all.h
index f7d6867b0d..028528f0be 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -518,8 +518,6 @@ extern int mem_prealloc;
/* Set if TLB entry is an IO callback. */
#define TLB_MMIO (1 << 5)
-void cpu_tlb_update_dirty(CPUArchState *env);
-
void dump_exec_info(FILE *f, fprintf_function cpu_fprintf);
#endif /* !CONFIG_USER_ONLY */