]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/sched.c
edac: i5100 fix unmask ecc bits
[linux-2.6-omap-h63xx.git] / kernel / sched.c
index 6acf749d33369545310a94ff0fd52341d821bfd0..0047bd9b96aae2d0d86b0e1f528a29e6f2197b08 100644 (file)
@@ -4046,6 +4046,8 @@ void account_user_time(struct task_struct *p, cputime_t cputime)
                cpustat->nice = cputime64_add(cpustat->nice, tmp);
        else
                cpustat->user = cputime64_add(cpustat->user, tmp);
+       /* Account for user time used */
+       acct_update_integrals(p);
 }
 
 /*