On 06/28/2013 06:22 AM, Peter Maydell wrote: > The functions cpu_clone_regs() and cpu_set_tls() are not purely CPU > related -- they are specific to the TLS ABI for a a particular OS. > Move them into the linux-user/ tree where they belong. > > target-lm32 had entirely unused implementations, since it has no > linux-user target; just drop them. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > Changes v1->v2: move the openrisc and i386 functions (accidentally > omitted from v1), drop the unused lm32 functions.
Acked-by: Richard Henderson <r...@twiddle.net> r~