summaryrefslogtreecommitdiffstats
path: root/hw/alpha/alpha_sys.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-07-08 13:55:30 -0700
committerRichard Henderson <rth@twiddle.net>2013-07-13 16:00:51 -0700
commit056e6bae1c91f47165d962564f82f5176bae47f0 (patch)
treedb4f27ff8e8b36de3e202488eedb9a554ff1da89 /hw/alpha/alpha_sys.h
parentc3cb8e77804313e1be99b5f28a34a346736707a5 (diff)
downloadhqemu-056e6bae1c91f47165d962564f82f5176bae47f0.zip
hqemu-056e6bae1c91f47165d962564f82f5176bae47f0.tar.gz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/alpha/alpha_sys.h b/hw/alpha/alpha_sys.h
index 50e7730..0987851 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;
OpenPOWER on IntegriCloud