Skip to content

Commit

Permalink
sched: remove old cpu accounting field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Jul 9, 2007
1 parent b2cfba1 commit 7dd5936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ struct signal_struct {
* from jiffies_to_ns(utime + stime) if sched_clock uses something
* other than jiffies.)
*/
unsigned long sched_time;
unsigned long long sum_sched_runtime;

/*
Expand Down

0 comments on commit 7dd5936

Please sign in to comment.