diff options
author | Richard Henderson <rth@twiddle.net> | 2013-07-08 13:55:30 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-07-13 16:00:51 -0700 |
commit | 056e6bae1c91f47165d962564f82f5176bae47f0 (patch) | |
tree | db4f27ff8e8b36de3e202488eedb9a554ff1da89 /hw/alpha/alpha_sys.h | |
parent | c3cb8e77804313e1be99b5f28a34a346736707a5 (diff) |
hw/alpha: Don't use get_system_io
Advancements in the ioport subsystem mean that we need no longer
thunk memory-mapped i/o through the system-io address space.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'hw/alpha/alpha_sys.h')
-rw-r--r-- | hw/alpha/alpha_sys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/alpha/alpha_sys.h b/hw/alpha/alpha_sys.h index 50e7730caa..09878516ac 100644 --- a/hw/alpha/alpha_sys.h +++ b/hw/alpha/alpha_sys.h @@ -14,7 +14,6 @@ PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4], pci_map_irq_fn); /* alpha_pci.c. */ -extern const MemoryRegionOps alpha_pci_bw_io_ops; extern const MemoryRegionOps alpha_pci_conf1_ops; extern const MemoryRegionOps alpha_pci_iack_ops; |