On 03/27/2018 03:15 AM, Laurent Vivier wrote: > This series moves from main.c the architecture specific parts > to the architecture directory. > > This is the continuation of my series > "linux-user: move arch specific parts to arch directories" > that includes since the v2 only the signal.c parts. > > For each architecture, there are two parts: > > - cpu_loop(), and the function with its > dependencies is moved to <arch>/cpu_loop.c > > - the prologue of the cpu_loop(), that was inlined > in main(). We move it to a new function in > <arch>/cpu_loop.c, target_cpu_copy_regs(). > > The first patch adds the skeleton to move the > parts to the architecture directories, a cpu_loop.c > file with an empty target_cpu_copy_regs() function, > called from main(). > > There is no change in the code.
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~