diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 17:00:08 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 17:00:08 +0200 |
commit | 1a75b94f7bda591f4c53af86baa50e1eaee35927 (patch) | |
tree | b2858ad3002e05e74e224a0764059222313a7ef6 /kernel | |
parent | f6b53205e17c8ca481c69ed579a35a650a4b481a (diff) |
sched: prettify /proc/sched_debug output
print the correct amount of dashes in /proc/sched_debug.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sched_debug.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kernel/sched_debug.c b/kernel/sched_debug.c index bb34b8188f6..22cf74c1dc0 100644 --- a/kernel/sched_debug.c +++ b/kernel/sched_debug.c @@ -60,10 +60,8 @@ static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) "\nrunnable tasks:\n" " task PID tree-key switches prio" " exec-runtime sum-exec sum-sleep\n" - "------------------------------------------------------------------" - "--------------------------------" - "------------------------------------------------" - "--------------------------------\n"); + "------------------------------------------------------" + "------------------------------------------------"); read_lock_irq(&tasklist_lock); |