aboutsummaryrefslogtreecommitdiffstats
path: root/mm/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/debug.c')
-rw-r--r--mm/debug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/debug.c b/mm/debug.c
index 9feb699c5d25..db1cd26d8752 100644
--- a/mm/debug.c
+++ b/mm/debug.c
@@ -59,6 +59,10 @@ void __dump_page(struct page *page, const char *reason)
59 59
60 pr_emerg("flags: %#lx(%pGp)\n", page->flags, &page->flags); 60 pr_emerg("flags: %#lx(%pGp)\n", page->flags, &page->flags);
61 61
62 print_hex_dump(KERN_ALERT, "raw: ", DUMP_PREFIX_NONE, 32,
63 sizeof(unsigned long), page,
64 sizeof(struct page), false);
65
62 if (reason) 66 if (reason)
63 pr_alert("page dumped because: %s\n", reason); 67 pr_alert("page dumped because: %s\n", reason);
64 68