]> git.proxmox.com Git - mirror_qemu.git/commit
user-exec: Delete now-unused hppa and m68k cpu_signal_handler() code
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Jun 2016 10:43:18 +0000 (11:43 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Sun, 26 Jun 2016 10:17:20 +0000 (13:17 +0300)
commit4259a820d28ee5180f3f8e1f3eaaaa029a6b28a7
tree465e3a7113c38ab641cc0c650044414fa4692c39
parentaffc88cc9b5f8cfa0767139c083329d471862901
user-exec: Delete now-unused hppa and m68k cpu_signal_handler() code

Now that configure blocks attempts to build user-mode code on hppa
and m68k hosts, we can delete the cpu_signal_handler() implementations
for those architectures.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
user-exec.c