aboutsummaryrefslogtreecommitdiffstats
path: root/mm/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/debug.c')
-rw-r--r--mm/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/debug.c b/mm/debug.c
index eee9c221280c..8345bb6e4769 100644
--- a/mm/debug.c
+++ b/mm/debug.c
@@ -67,7 +67,7 @@ void __dump_page(struct page *page, const char *reason)
67 */ 67 */
68 mapcount = PageSlab(page) ? 0 : page_mapcount(page); 68 mapcount = PageSlab(page) ? 0 : page_mapcount(page);
69 69
70 pr_warn("page:%px count:%d mapcount:%d mapping:%px index:%#lx", 70 pr_warn("page:%px refcount:%d mapcount:%d mapping:%px index:%#lx",
71 page, page_ref_count(page), mapcount, 71 page, page_ref_count(page), mapcount,
72 page->mapping, page_to_pgoff(page)); 72 page->mapping, page_to_pgoff(page));
73 if (PageCompound(page)) 73 if (PageCompound(page))