diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index eceaf496210f..fadf791cd7e6 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -472,7 +472,7 @@ const struct seq_operations fragmentation_op = { | |||
472 | #endif | 472 | #endif |
473 | 473 | ||
474 | #define TEXTS_FOR_ZONES(xx) TEXT_FOR_DMA(xx) TEXT_FOR_DMA32(xx) xx "_normal", \ | 474 | #define TEXTS_FOR_ZONES(xx) TEXT_FOR_DMA(xx) TEXT_FOR_DMA32(xx) xx "_normal", \ |
475 | TEXT_FOR_HIGHMEM(xx) | 475 | TEXT_FOR_HIGHMEM(xx) xx "_movable", |
476 | 476 | ||
477 | static const char * const vmstat_text[] = { | 477 | static const char * const vmstat_text[] = { |
478 | /* Zoned VM counters */ | 478 | /* Zoned VM counters */ |