spapr: Drop duplicate PCI swizzle code
commite8ec4adfe2de8603e271e38b0d50d7d453c0c21b
authorGreg Kurz <groug@kaod.org>
Fri, 5 Apr 2019 16:30:48 +0000 (5 18:30 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 26 Apr 2019 01:37:57 +0000 (26 11:37 +1000)
tree00c0589c268493c8da2e6523872497319e424ce7
parentc413605ba6bfe9ae9f27d316f573df562d70830a
spapr: Drop duplicate PCI swizzle code

LSI mapping in spapr currently open-codes standard PCI swizzling. It thus
duplicates the code of pci_swizzle_map_irq_fn().

Expose the swizzling formula so that it can be used with a slot number
when building the device tree. Simply drop pci_spapr_map_irq() and call
pci_swizzle_map_irq_fn() instead.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <155448184841.8446.13959787238854054119.stgit@bahia.lan>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/pci/pci.c
hw/ppc/spapr_pci.c
include/hw/pci/pci.h