aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmzone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 9137d1b9735c..824279c7884d 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -47,6 +47,7 @@ struct zone_padding {
47#endif 47#endif
48 48
49enum zone_stat_item { 49enum zone_stat_item {
50 NR_FREE_PAGES,
50 NR_INACTIVE, 51 NR_INACTIVE,
51 NR_ACTIVE, 52 NR_ACTIVE,
52 NR_ANON_PAGES, /* Mapped anonymous pages */ 53 NR_ANON_PAGES, /* Mapped anonymous pages */
@@ -157,7 +158,6 @@ enum zone_type {
157 158
158struct zone { 159struct zone {
159 /* Fields commonly accessed by the page allocator */ 160 /* Fields commonly accessed by the page allocator */
160 unsigned long free_pages;
161 unsigned long pages_min, pages_low, pages_high; 161 unsigned long pages_min, pages_low, pages_high;
162 /* 162 /*
163 * We don't know if the memory that we're going to allocate will be freeable 163 * We don't know if the memory that we're going to allocate will be freeable