drm/amdgpu/powerplay/vega10: enable mclk switching if monitors are synced
[linux-2.6-block.git] / mm / debug.c
index eee9c221280c07c22eec9c33845ec2edf003faf1..8345bb6e47699d52fe1c19976b46312fecd25c1f 100644 (file)
@@ -67,7 +67,7 @@ void __dump_page(struct page *page, const char *reason)
         */
        mapcount = PageSlab(page) ? 0 : page_mapcount(page);
 
-       pr_warn("page:%px count:%d mapcount:%d mapping:%px index:%#lx",
+       pr_warn("page:%px refcount:%d mapcount:%d mapping:%px index:%#lx",
                  page, page_ref_count(page), mapcount,
                  page->mapping, page_to_pgoff(page));
        if (PageCompound(page))