--- zzzz-none-000/linux-2.6.32.61/fs/proc/base.c 2013-06-10 09:43:48.000000000 +0000 +++ virian-300e-630/linux-2.6.32.61/fs/proc/base.c 2013-02-12 10:50:06.000000000 +0000 @@ -2560,6 +2560,7 @@ ONE("stat", S_IRUGO, proc_tgid_stat), ONE("statm", S_IRUGO, proc_pid_statm), REG("maps", S_IRUGO, proc_maps_operations), + ONE("pgfaults", S_IRUGO, proc_pgfaults), #ifdef CONFIG_NUMA REG("numa_maps", S_IRUGO, proc_numa_maps_operations), #endif @@ -2899,6 +2900,7 @@ ONE("stat", S_IRUGO, proc_tid_stat), ONE("statm", S_IRUGO, proc_pid_statm), REG("maps", S_IRUGO, proc_maps_operations), + ONE("pgfaults", S_IRUGO, proc_pgfaults), #ifdef CONFIG_NUMA REG("numa_maps", S_IRUGO, proc_numa_maps_operations), #endif