aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r--include/linux/mmzone.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index f85ecc9cfa1b..c8b3abc97a1e 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -371,6 +371,10 @@ struct zone {
371 int all_unreclaimable; /* All pages pinned */ 371 int all_unreclaimable; /* All pages pinned */
372#if defined CONFIG_COMPACTION || defined CONFIG_CMA 372#if defined CONFIG_COMPACTION || defined CONFIG_CMA
373 unsigned long compact_blockskip_expire; 373 unsigned long compact_blockskip_expire;
374
375 /* pfns where compaction scanners should start */
376 unsigned long compact_cached_free_pfn;
377 unsigned long compact_cached_migrate_pfn;
374#endif 378#endif
375#ifdef CONFIG_MEMORY_HOTPLUG 379#ifdef CONFIG_MEMORY_HOTPLUG
376 /* see spanned/present_pages for more description */ 380 /* see spanned/present_pages for more description */