diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index d9335b8de84..b3583b93b77 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -100,6 +100,7 @@ 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_SHMEM, /* shmem pages (included tmpfs/GEM pages) */ | ||
103 | #ifdef CONFIG_NUMA | 104 | #ifdef CONFIG_NUMA |
104 | NUMA_HIT, /* allocated in intended node */ | 105 | NUMA_HIT, /* allocated in intended node */ |
105 | NUMA_MISS, /* allocated in non intended node */ | 106 | NUMA_MISS, /* allocated in non intended node */ |