diff options
author | Dmitry Adamushko <dmitry.adamushko@gmail.com> | 2007-10-15 11:00:06 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:06 -0400 |
commit | 495eca494aa6006df55e3a04e105462c5940ca17 (patch) | |
tree | c7ca67c748ccb5f8fd559f5ac17ca1a1dfc7e25c /kernel/sched_debug.c | |
parent | 7a62eabc4d60980eb39fff659f168d903b55c6d7 (diff) |
sched: clean up struct load_stat
'struct load_stat' is redundant now so let's get rid of it.
Signed-off-by: Dmitry Adamushko <dmitry.adamushko@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Mike Galbraith <efault@gmx.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/sched_debug.c')
-rw-r--r-- | kernel/sched_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched_debug.c b/kernel/sched_debug.c index 7a61706637c7..62965f0ae37c 100644 --- a/kernel/sched_debug.c +++ b/kernel/sched_debug.c | |||
@@ -174,7 +174,7 @@ static void print_cpu(struct seq_file *m, int cpu) | |||
174 | 174 | ||
175 | P(nr_running); | 175 | P(nr_running); |
176 | SEQ_printf(m, " .%-30s: %lu\n", "load", | 176 | SEQ_printf(m, " .%-30s: %lu\n", "load", |
177 | rq->ls.load.weight); | 177 | rq->load.weight); |
178 | P(nr_switches); | 178 | P(nr_switches); |
179 | P(nr_load_updates); | 179 | P(nr_load_updates); |
180 | P(nr_uninterruptible); | 180 | P(nr_uninterruptible); |