On 04/14/2012 11:23 AM, Blue Swirl wrote: > Move TLB handling and softmmu code load helpers to cputlb.c, > compile only for softmmu targets. > > Remove unused cpu_tlb_update_dirty(). > > Signed-off-by: Blue Swirl <blauwir...@gmail.com> > --- > Makefile.target | 2 +- > cpu-all.h | 2 - > cputlb.c | 359 +++++++++++++++++++++++++++++++++++++++++++ > cputlb.h | 63 ++++++++ > exec-all.h | 12 +- > exec.c | 459 > ++++++++----------------------------------------------- > 6 files changed, 494 insertions(+), 403 deletions(-) > create mode 100644 cputlb.c > create mode 100644 cputlb.h
Reviewed-by: Richard Henderson <r...@twiddle.net> r~