diff options
Diffstat (limited to 'mm/cma.c')
-rw-r--r-- | mm/cma.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ int __init cma_declare_contiguous(phys_addr_t base, | |||
336 | * kmemleak scans/reads tracked objects for pointers to other | 336 | * kmemleak scans/reads tracked objects for pointers to other |
337 | * objects but this address isn't mapped and accessible | 337 | * objects but this address isn't mapped and accessible |
338 | */ | 338 | */ |
339 | kmemleak_ignore(phys_to_virt(addr)); | 339 | kmemleak_ignore_phys(addr); |
340 | base = addr; | 340 | base = addr; |
341 | } | 341 | } |
342 | 342 | ||