]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - mm/bootmem.c
MIPS: Remove duplicated #include
[linux-2.6.git] / mm / bootmem.c
index 701740c9e81bdf967062b340e53cff8b7913427a..555d5d2731c6d963a66db15d9eb66aa03e9d6c8d 100644 (file)
@@ -521,7 +521,11 @@ find_block:
                region = phys_to_virt(PFN_PHYS(bdata->node_min_pfn) +
                                start_off);
                memset(region, 0, size);
-               kmemleak_alloc(region, size, 1, 0);
+               /*
+                * The min_count is set to 0 so that bootmem allocated blocks
+                * are never reported as leaks.
+                */
+               kmemleak_alloc(region, size, 0, 0);
                return region;
        }