]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Move cpu_signal_handler definition around
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 18 Apr 2021 13:22:34 +0000 (15:22 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:35 +0000 (16:49 +0200)
commit44e3b05005c6696cd526a4575293513db453f4b5
tree97963eab4f4ad9e37c3e46154af1ec30c1d0d6e9
parent8074365fc7ab51c582565f4d77299889e511af5b
target/mips: Move cpu_signal_handler definition around

We have 2 blocks guarded with #ifdef for sysemu, which
are simply separated by the cpu_signal_handler definition.

To simplify the following commits which involve various
changes in internal.h, first join the sysemu-guarded blocks.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-16-f4bug@amsat.org>
target/mips/internal.h