X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=mm%2Fcma.c;h=384c2cb51b56bf75ab2c132d0087e3757a71c276;hb=5ff93abc7a2aff167a91bf4ccd47bd0789f86fc0;hp=bd0e1412475eb872dd354999d3120a55cce925be;hpb=e603330c867fea506ea861892bd28d963c07c978;p=cascardo%2Flinux.git diff --git a/mm/cma.c b/mm/cma.c index bd0e1412475e..384c2cb51b56 100644 --- 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; }