diff options
author | Richard Henderson | 2014-09-13 18:45:32 +0200 |
---|---|---|
committer | Peter Maydell | 2014-09-25 19:54:22 +0200 |
commit | 458dd766565dad8cbd01861bdb337b0d129b185e (patch) | |
tree | f65ee6136f759d1f79d998f98a68f39d0ee3b632 /target-ppc/cpu.h | |
parent | target-lm32: Use cpu_exec_interrupt qom hook (diff) | |
download | qemu-458dd766565dad8cbd01861bdb337b0d129b185e.tar.gz qemu-458dd766565dad8cbd01861bdb337b0d129b185e.tar.xz qemu-458dd766565dad8cbd01861bdb337b0d129b185e.zip |
target-ppc: Use cpu_exec_interrupt qom hook
Cc: qemu-ppc@nongnu.org
Signed-off-by: Richard Henderson <rth@twiddle.net>
Message-id: 1410626734-3804-22-git-send-email-rth@twiddle.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index b64c65295f..872456171f 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -1147,7 +1147,6 @@ int cpu_ppc_exec (CPUPPCState *s); is returned if the signal was handled by the virtual CPU. */ int cpu_ppc_signal_handler (int host_signum, void *pinfo, void *puc); -void ppc_hw_interrupt (CPUPPCState *env); #if defined(CONFIG_USER_ONLY) int ppc_cpu_handle_mmu_fault(CPUState *cpu, vaddr address, int rw, int mmu_idx); |