Loading
iommu: debug-pagealloc: Use page_ext_get_from_phys()
Instead of calling pfn_valid() and then getting the page, call the newly added function page_ext_get_from_phys(), which would also check for MMIO and offline memory and return NULL in that case. Signed-off-by:Mostafa Saleh <smostafa@google.com> Signed-off-by:
Joerg Roedel <joerg.roedel@amd.com>