diff options
Diffstat (limited to 'kernel/sched_debug.c')
-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 bb34b8188f61..22cf74c1dc03 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) | |||
60 | "\nrunnable tasks:\n" | 60 | "\nrunnable tasks:\n" |
61 | " task PID tree-key switches prio" | 61 | " task PID tree-key switches prio" |
62 | " exec-runtime sum-exec sum-sleep\n" | 62 | " exec-runtime sum-exec sum-sleep\n" |
63 | "------------------------------------------------------------------" | 63 | "------------------------------------------------------" |
64 | "--------------------------------" | 64 | "------------------------------------------------"); |
65 | "------------------------------------------------" | ||
66 | "--------------------------------\n"); | ||
67 | 65 | ||
68 | read_lock_irq(&tasklist_lock); | 66 | read_lock_irq(&tasklist_lock); |
69 | 67 | ||