Outputting each and every PTE as it is loaded is somewhat overkill
zap this debug.

Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]>
Acked-by: Mel Gorman <[EMAIL PROTECTED]>
---
 mm/sparse.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/mm/sparse.c b/mm/sparse.c
index 7dcea95..76316d4 100644
--- a/mm/sparse.c
+++ b/mm/sparse.c
@@ -340,9 +340,6 @@ static int __meminit vmemmap_populate_pte(pmd_t *pmd, 
unsigned long addr,
                        entry = pfn_pte(__pa(p) >> PAGE_SHIFT, PAGE_KERNEL);
                        set_pte(pte, entry);
 
-                       printk(KERN_DEBUG "[%lx-%lx] PTE ->%p on node %d\n",
-                               addr, addr + PAGE_SIZE - 1, p, node);
-
                } else
                        vmemmap_verify(pte, node, addr + PAGE_SIZE, end);
 
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to