mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping
[deliverable/linux.git] / mm / cma.c
index bd0e1412475eb872dd354999d3120a55cce925be..384c2cb51b56bf75ab2c132d0087e3757a71c276 100644 (file)
--- a/mm/cma.c
+++ b/mm/cma.c
@@ -336,7 +336,7 @@ int __init cma_declare_contiguous(phys_addr_t base,
                 * kmemleak scans/reads tracked objects for pointers to other
                 * objects but this address isn't mapped and accessible
                 */
-               kmemleak_ignore(phys_to_virt(addr));
+               kmemleak_ignore_phys(addr);
                base = addr;
        }
 
This page took 0.024907 seconds and 5 git commands to generate.