diff options
author | Andreas Färber <afaerber@suse.de> | 2012-12-01 04:43:18 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-12-19 14:09:32 +0100 |
commit | a34a92b9ecd8d25bd1de9df601ed31ccd8ebcae7 (patch) | |
tree | 0b0aa565a5b174e3e177ffde155348a33de84482 /hw/ppc.h | |
parent | 2f9859fb49cb3c6ec876bc0bf709f28afcdd2384 (diff) |
ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init()
Cleans up after passing PowerPCCPU to timer callbacks.
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
@@ -89,4 +89,4 @@ enum { #define PPC_SERIAL_MM_BAUDBASE 399193 /* ppc_booke.c */ -void ppc_booke_timers_init(CPUPPCState *env, uint32_t freq, uint32_t flags); +void ppc_booke_timers_init(PowerPCCPU *cpu, uint32_t freq, uint32_t flags); |