linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
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: NPeter Maydell <peter.maydell@linaro.org> Acked-by: NRichard Henderson <rth@twiddle.net> Signed-off-by: NAndreas Färber <afaerber@suse.de>
Showing
linux-user/alpha/target_cpu.h
0 → 100644
linux-user/arm/target_cpu.h
0 → 100644
linux-user/cris/target_cpu.h
0 → 100644
linux-user/i386/target_cpu.h
0 → 100644
linux-user/m68k/target_cpu.h
0 → 100644
linux-user/mips/target_cpu.h
0 → 100644
linux-user/mips64/target_cpu.h
0 → 100644
linux-user/openrisc/target_cpu.h
0 → 100644
linux-user/ppc/target_cpu.h
0 → 100644
linux-user/s390x/target_cpu.h
0 → 100644
linux-user/sh4/target_cpu.h
0 → 100644
linux-user/sparc/target_cpu.h
0 → 100644
linux-user/sparc64/target_cpu.h
0 → 100644
linux-user/unicore32/target_cpu.h
0 → 100644
linux-user/x86_64/target_cpu.h
0 → 100644
想要评论请 注册 或 登录