Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PCI: Pass type, width, and prefetchability for window alignment
When calculating window_alignment(), type information like IORESOURCE_MEM and IORESOURCE_PREFETCH may not be enough. For example, on powernv, we need to know whether the window is 64-bit or not. This patch passes the full resource type (res->flags) for window alignment. [bhelgaas: changelog] Signed-off-by: Wei Yang <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Gavin Shan <[email protected]>
- Loading branch information