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: NDavid Woodhouse <dwmw@amazon.co.uk> Tested-by: NTony Luck <tony.luck@intel.com>
Showing
想要评论请 注册 或 登录