On 05/30/2015 11:11 PM, Peter Crosthwaite wrote: > Move the architecture agnostic function prototypes for exec.c out of > cputlb.h to exec-all.h. This allows hiding of the arch specific > cputlb.h from exec.c which should be getting close to having no > architecture specifics. Prepares support for multi-arch, which will have > a minimal cpu.h that services exec.c but not cputlb.h. > > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > --- > exec.c | 1 - > include/exec/cputlb.h | 14 -------------- > include/exec/exec-all.h | 15 +++++++++++++++ > 3 files changed, 15 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~