aboutsummaryrefslogtreecommitdiff
path: root/hw/spapr_pci.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2012-10-08 13:54:18 +0200
committerAlexander Graf <agraf@suse.de>2012-10-29 11:45:56 +0100
commita178274efabcbbc5d44805b51def874e47051325 (patch)
tree1e1fc4b928605dfbfe9ec6c8c49e3369cf637ff5 /hw/spapr_pci.h
parenta1bc20dfbb012ea2a5fb1228cb77abd04490fd79 (diff)
PPC: pseries: Remove hack for PIO window
Now that all users of old_portio are gone, we can remove the hack that enabled us to support them. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/spapr_pci.h')
-rw-r--r--hw/spapr_pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/spapr_pci.h b/hw/spapr_pci.h
index e307ac8035..a77d7d5448 100644
--- a/hw/spapr_pci.h
+++ b/hw/spapr_pci.h
@@ -44,7 +44,7 @@ typedef struct sPAPRPHBState {
MemoryRegion memspace, iospace;
hwaddr mem_win_addr, mem_win_size, io_win_addr, io_win_size;
hwaddr msi_win_addr;
- MemoryRegion memwindow, iowindow, msiwindow;
+ MemoryRegion memwindow, msiwindow;
uint32_t dma_liobn;
uint64_t dma_window_start;