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 db1cd26d8752..d70103bb4731 100644
--- a/mm/debug.c
+++ b/mm/debug.c
@@ -159,7 +159,7 @@ void dump_mm(const struct mm_struct *mm)
159 mm->numa_next_scan, mm->numa_scan_offset, mm->numa_scan_seq, 159 mm->numa_next_scan, mm->numa_scan_offset, mm->numa_scan_seq,
160#endif 160#endif
161#if defined(CONFIG_NUMA_BALANCING) || defined(CONFIG_COMPACTION) 161#if defined(CONFIG_NUMA_BALANCING) || defined(CONFIG_COMPACTION)
162 mm->tlb_flush_pending, 162 atomic_read(&mm->tlb_flush_pending),
163#endif 163#endif
164 mm->def_flags, &mm->def_flags 164 mm->def_flags, &mm->def_flags
165 ); 165 );