diff options
author | Andreas Färber <afaerber@suse.de> | 2012-12-01 03:55:58 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-12-19 14:09:31 +0100 |
commit | 7058581a26f4299e0b7e05677c64c1b5a50d0e75 (patch) | |
tree | a1ed335c6fef76b51f9b8082df4a3256eb741cc5 /hw/ppc.h | |
parent | 1bc22652d62f862a5def54f939e87fdb7a5593ae (diff) |
ppc: Pass PowerPCCPU to ppc_set_irq()
Adapt static caller functions.
This cleans up after passing PowerPCCPU to kvmppc_set_interrupt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/ppc.h')
-rw-r--r-- | hw/ppc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -void ppc_set_irq (CPUPPCState *env, int n_IRQ, int level); +void ppc_set_irq(PowerPCCPU *cpu, int n_IRQ, int level); /* PowerPC hardware exceptions management helpers */ typedef void (*clk_setup_cb)(void *opaque, uint32_t freq); |