Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sched: remove old cpu accounting field

remove the old cpu-accounting field from signal_struct, now
that the code is using CFS's stats.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

-1
-1
include/linux/sched.h
··· 482 482 * from jiffies_to_ns(utime + stime) if sched_clock uses something 483 483 * other than jiffies.) 484 484 */ 485 - unsigned long sched_time; 486 485 unsigned long long sum_sched_runtime; 487 486 488 487 /*