diff options
Diffstat (limited to 'mm/vmstat.c')
| -rw-r--r-- | mm/vmstat.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index db79935e4a54..8507c497218b 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -1242,6 +1242,9 @@ const char * const vmstat_text[] = {  #endif  	"nr_page_table_pages",  	"nr_sec_page_table_pages", +#ifdef CONFIG_IOMMU_SUPPORT +	"nr_iommu_pages", +#endif  #ifdef CONFIG_SWAP  	"nr_swapcached",  #endif  |