diff options
author | Andreas Färber <afaerber@suse.de> | 2012-10-16 02:45:53 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-12-19 01:01:36 +0100 |
commit | ad6011775a324d7c3e2a8bd824e03c5e576dda48 (patch) | |
tree | de68a5501297a6527a8f103fcad9ff4a8f77fa5e /hw/alpha_sys.h | |
parent | 5f5e335088925cedc5b912fd8bb4e1e933094d56 (diff) |
alpha: Pass AlphaCPU array to Typhoon
Also store it in TyphoonCchip.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'hw/alpha_sys.h')
-rw-r--r-- | hw/alpha_sys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/alpha_sys.h b/hw/alpha_sys.h index 7604d09c80..69929ea815 100644 --- a/hw/alpha_sys.h +++ b/hw/alpha_sys.h @@ -11,7 +11,7 @@ #include "irq.h" -PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, CPUAlphaState *[4], +PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4], pci_map_irq_fn); /* alpha_pci.c. */ |