Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7dd59360 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent b2cfba19
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;

	/*