diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index b3583b93b77e..9c50309b30a1 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -100,6 +100,8 @@ enum zone_stat_item { | |||
100 | NR_BOUNCE, | 100 | NR_BOUNCE, |
101 | NR_VMSCAN_WRITE, | 101 | NR_VMSCAN_WRITE, |
102 | NR_WRITEBACK_TEMP, /* Writeback using temporary buffers */ | 102 | NR_WRITEBACK_TEMP, /* Writeback using temporary buffers */ |
103 | NR_ISOLATED_ANON, /* Temporary isolated pages from anon lru */ | ||
104 | NR_ISOLATED_FILE, /* Temporary isolated pages from file lru */ | ||
103 | NR_SHMEM, /* shmem pages (included tmpfs/GEM pages) */ | 105 | NR_SHMEM, /* shmem pages (included tmpfs/GEM pages) */ |
104 | #ifdef CONFIG_NUMA | 106 | #ifdef CONFIG_NUMA |
105 | NUMA_HIT, /* allocated in intended node */ | 107 | NUMA_HIT, /* allocated in intended node */ |