diff options
-rw-r--r-- | kernel/crash_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/crash_core.c b/kernel/crash_core.c index a93590cdd9e1..f7674d676889 100644 --- a/kernel/crash_core.c +++ b/kernel/crash_core.c | |||
@@ -454,6 +454,7 @@ static int __init crash_save_vmcoreinfo_init(void) | |||
454 | VMCOREINFO_NUMBER(PG_lru); | 454 | VMCOREINFO_NUMBER(PG_lru); |
455 | VMCOREINFO_NUMBER(PG_private); | 455 | VMCOREINFO_NUMBER(PG_private); |
456 | VMCOREINFO_NUMBER(PG_swapcache); | 456 | VMCOREINFO_NUMBER(PG_swapcache); |
457 | VMCOREINFO_NUMBER(PG_swapbacked); | ||
457 | VMCOREINFO_NUMBER(PG_slab); | 458 | VMCOREINFO_NUMBER(PG_slab); |
458 | #ifdef CONFIG_MEMORY_FAILURE | 459 | #ifdef CONFIG_MEMORY_FAILURE |
459 | VMCOREINFO_NUMBER(PG_hwpoison); | 460 | VMCOREINFO_NUMBER(PG_hwpoison); |