From 8b1d5b3c3507d062d7611a64a81989e8903605ed Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 3 Aug 2021 05:31:43 -1000 Subject: include/exec: Move cpu_signal_handler declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is nothing target specific about this. The implementation is host specific, but the declaration is 100% common. Reviewed-By: Warner Losh Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Signed-off-by: Richard Henderson --- target/hppa/cpu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'target/hppa') diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h index 7854675..d3cb7a2 100644 --- a/target/hppa/cpu.h +++ b/target/hppa/cpu.h @@ -319,9 +319,6 @@ static inline void cpu_hppa_change_prot_id(CPUHPPAState *env) { } void cpu_hppa_change_prot_id(CPUHPPAState *env); #endif -#define cpu_signal_handler cpu_hppa_signal_handler - -int cpu_hppa_signal_handler(int host_signum, void *pinfo, void *puc); hwaddr hppa_cpu_get_phys_page_debug(CPUState *cs, vaddr addr); int hppa_cpu_gdb_read_register(CPUState *cpu, GByteArray *buf, int reg); int hppa_cpu_gdb_write_register(CPUState *cpu, uint8_t *buf, int reg); -- cgit v1.1