]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/vmstat.c
core_param() for genuinely core kernel parameters
[linux-2.6-omap-h63xx.git] / mm / vmstat.c
index 6db2f6319313d4ab59a771b0e5b663eaf22e30a6..9343227c5c60b6dc3a1b7e09c64143a53a407003 100644 (file)
@@ -625,6 +625,7 @@ static const char * const vmstat_text[] = {
        "nr_active_file",
 #ifdef CONFIG_UNEVICTABLE_LRU
        "nr_unevictable",
+       "nr_mlock",
 #endif
        "nr_anon_pages",
        "nr_mapped",
@@ -684,6 +685,11 @@ static const char * const vmstat_text[] = {
        "unevictable_pgs_culled",
        "unevictable_pgs_scanned",
        "unevictable_pgs_rescued",
+       "unevictable_pgs_mlocked",
+       "unevictable_pgs_munlocked",
+       "unevictable_pgs_cleared",
+       "unevictable_pgs_stranded",
+       "unevictable_pgs_mlockfreed",
 #endif
 #endif
 };