Skip to content
Commit d1a313e4 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: Reject BAR above 4GB if dma_addr_t is too small



We can only handle BARs above 4GB if dma_addr_t (not resource_size_t) is 64
bits wide.  If we have a 64-bit resource_size_t and a 32-bit dma_addr_t,
we can't deal with BARs above 4GB.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 23b13bc7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment