From: Ingo Molnar Date: Mon, 9 Jul 2007 16:52:00 +0000 (+0200) Subject: sched: remove old cpu accounting field X-Git-Tag: v2.6.23-rc1~1239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dd593608df3f9d4e4531cfe29f28c3a3766a0ee;p=platform%2Fkernel%2Flinux-3.10.git 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 --- diff --git a/include/linux/sched.h b/include/linux/sched.h index aa582be..c9d6573 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -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; /*