X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=mm%2Fcma.c;h=384c2cb51b56bf75ab2c132d0087e3757a71c276;hb=3f7b55b6b26dc89f58ede1ef5d0cec90816ccac6;hp=bd0e1412475eb872dd354999d3120a55cce925be;hpb=d85486d47123961bd8b08e94f6d4886c59a1fd76;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; }