diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-24 00:38:39 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-24 00:38:39 -0400 |
| commit | d0797b39dcd70fe366b114515cb898ac6fecdd99 (patch) | |
| tree | 1716f05d10cfe5a52646eda23275a5d773054e81 /kernel/sched_debug.c | |
| parent | 0542170dec523d50e8bed5515e2f7314e738c8d8 (diff) | |
| parent | 505c0efd58031923ae01deac16d896607cafa70e (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
* git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched:
sched: tweak the sched_runtime_limit tunable
sched: skip updating rq's next_balance under null SD
sched: fix broken SMT/MC optimizations
sched: accounting regression since rc1
sched: fix sysctl directory permissions
sched: sched_clock_idle_[sleep|wakeup]_event()
Diffstat (limited to 'kernel/sched_debug.c')
| -rw-r--r-- | kernel/sched_debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/sched_debug.c b/kernel/sched_debug.c index 87e524762b85..ab18f45f2ab2 100644 --- a/kernel/sched_debug.c +++ b/kernel/sched_debug.c | |||
| @@ -154,10 +154,11 @@ static void print_cpu(struct seq_file *m, int cpu) | |||
| 154 | P(next_balance); | 154 | P(next_balance); |
| 155 | P(curr->pid); | 155 | P(curr->pid); |
| 156 | P(clock); | 156 | P(clock); |
| 157 | P(idle_clock); | ||
| 157 | P(prev_clock_raw); | 158 | P(prev_clock_raw); |
| 158 | P(clock_warps); | 159 | P(clock_warps); |
| 159 | P(clock_overflows); | 160 | P(clock_overflows); |
| 160 | P(clock_unstable_events); | 161 | P(clock_deep_idle_events); |
| 161 | P(clock_max_delta); | 162 | P(clock_max_delta); |
| 162 | P(cpu_load[0]); | 163 | P(cpu_load[0]); |
| 163 | P(cpu_load[1]); | 164 | P(cpu_load[1]); |
