projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2cfba1
)
sched: remove old cpu accounting field
author
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Jul 2007 16:52:00 +0000
(18:52 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Jul 2007 16:52:00 +0000
(18:52 +0200)
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>
include/linux/sched.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index aa582be8cafa180c07b4afbdf601aad2a62389de..c9d65738bb7ade6fdf838d75a15fee0b0b9fb51c 100644
(file)
--- 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;
/*