Skip to content
Commit fcdb10d6 authored by David Woodhouse's avatar David Woodhouse Committed by Bjorn Helgaas
Browse files

ia64: Remove redundant checks for WC in pci_mmap_page_range()



For a PCI MMIO BAR, phys_mem_access_prot() should always return UC or WC.
And while a mixture of cached and uncached mappings is forbidden, we were
already mixing WC and UC, which is OK. Just do as we're asked.

Signed-off-by: default avatarDavid Woodhouse <dwmw@amazon.co.uk>
Tested-by: default avatarTony Luck <tony.luck@intel.com>
parent 61eee41a
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