[PATCH] sched: fix show_task()/show_tasks() output
commit4bd77321a833077c5c9ac7b9d284e261e4a8906e
authorIngo Molnar <mingo@elte.hu>
Wed, 11 Jul 2007 19:21:47 +0000 (11 21:21 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 13 Jul 2007 17:11:17 +0000 (13 10:11 -0700)
treee24fadab783702c410b5bcf075f32f17ed11e58a
parent45f384a64f0769bb9a3caf0516de88a629f48e61
[PATCH] sched: fix show_task()/show_tasks() output

fix show_task()/show_tasks() output:

- there's no sibling info anymore

- the fields were not aligned properly with the description

- get rid of the lazy-TLB output: it's been quite some time since
  we last had a bug there, and when we had a bug it wasnt helped a
  bit by this debug output.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sched.c