diff options
author | Eduardo Habkost | 2019-01-07 20:30:18 +0100 |
---|---|---|
committer | Eduardo Habkost | 2019-01-10 01:10:00 +0100 |
commit | b3bcb3cedf58cb3c64a20712861ed9382773fd6b (patch) | |
tree | 75b8599013e75f722da8aed6e15cbaaa09e33237 /include/hw/pci-host/spapr.h | |
parent | memory-device: rewrite address assignment using ranges (diff) | |
download | qemu-b3bcb3cedf58cb3c64a20712861ed9382773fd6b.tar.gz qemu-b3bcb3cedf58cb3c64a20712861ed9382773fd6b.tar.xz qemu-b3bcb3cedf58cb3c64a20712861ed9382773fd6b.zip |
spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macro
The macro is only used in one place, where the purpose of the
value is obvious. Eliminate the macro so we don't need to rely
on stringify().
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20190107193020.21744-2-ehabkost@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/hw/pci-host/spapr.h')
-rw-r--r-- | include/hw/pci-host/spapr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci-host/spapr.h b/include/hw/pci-host/spapr.h index 4eb3a2ce3e..a5a7bf4837 100644 --- a/include/hw/pci-host/spapr.h +++ b/include/hw/pci-host/spapr.h @@ -101,7 +101,6 @@ struct sPAPRPHBState { #define SPAPR_MAX_PHBS ((SPAPR_PCI_LIMIT - SPAPR_PCI_BASE) / \ SPAPR_PCI_MEM64_WIN_SIZE - 1) -#define SPAPR_PCI_2_7_MMIO_WIN_SIZE 0xf80000000 #define SPAPR_PCI_IO_WIN_SIZE 0x10000 #define SPAPR_PCI_MSI_WINDOW 0x40000000000ULL |