--- zzzz-none-000/linux-2.6.28.10/fs/proc/base.c 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/fs/proc/base.c 2011-04-04 13:20:30.000000000 +0000 @@ -2452,6 +2452,7 @@ ONE("stat", S_IRUGO, tgid_stat), ONE("statm", S_IRUGO, pid_statm), REG("maps", S_IRUGO, maps), + ONE("pgfaults", S_IRUGO, pgfaults), #ifdef CONFIG_NUMA REG("numa_maps", S_IRUGO, numa_maps), #endif @@ -2788,6 +2789,7 @@ ONE("stat", S_IRUGO, tid_stat), ONE("statm", S_IRUGO, pid_statm), REG("maps", S_IRUGO, maps), + ONE("pgfaults", S_IRUGO, pgfaults), #ifdef CONFIG_NUMA REG("numa_maps", S_IRUGO, numa_maps), #endif