[PATCH] mm: update_hiwaters just in time
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel / sched.c
index 1e5cafdf4e27619d0320f03dd51b324850b7b077..4f26c544d02c3c308693c92116c46b1d5ce2b76b 100644 (file)
@@ -2511,8 +2511,6 @@ void account_system_time(struct task_struct *p, int hardirq_offset,
                cpustat->idle = cputime64_add(cpustat->idle, tmp);
        /* Account for system time used */
        acct_update_integrals(p);
-       /* Update rss highwater mark */
-       update_mem_hiwater(p);
 }
 
 /*