On 04/22/12 08:35, Blue Swirl wrote: > 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. > > Signed-off-by: Blue Swirl <blauwir...@gmail.com> > --- > cpu-all.h | 2 - > exec.c | 157 > ++++++++++++++++++++++++++++++++++++------------------------- > 2 files changed, 92 insertions(+), 67 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~