aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2007-07-09 18:52:00 +0200
committerIngo Molnar <mingo@elte.hu>2007-07-09 18:52:00 +0200
commit7dd593608df3f9d4e4531cfe29f28c3a3766a0ee (patch)
tree13ba74c11b214f7c45f39e306c5ef9d6eaabf6b7 /include/linux/sched.h
parentsched: remove unused rq types from sched.c (diff)
downloadlinux-dev-7dd593608df3f9d4e4531cfe29f28c3a3766a0ee.tar.xz
linux-dev-7dd593608df3f9d4e4531cfe29f28c3a3766a0ee.zip
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>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index aa582be8cafa..c9d65738bb7a 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;
/*