On 04/22/12 08:35, Blue Swirl wrote: > Move TLB handling and softmmu code load helpers to cputlb.c, > compile only for softmmu targets. > > Signed-off-by: Blue Swirl <blauwir...@gmail.com> > --- > Makefile.target | 2 +- > cputlb.c | 362 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > cputlb.h | 63 +++++++++ > exec-all.h | 12 +- > exec.c | 380 > +------------------------------------------------------ > 5 files changed, 443 insertions(+), 376 deletions(-) > create mode 100644 cputlb.c > create mode 100644 cputlb.h
Reviewed-by: Richard Henderson <r...@twiddle.net> r~