--- zzzz-none-000/linux-2.6.32.60/fs/proc/base.c 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/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