From: Chris Caputo Date: Thu, 7 Dec 2006 04:39:11 +0000 (-0800) Subject: [PATCH] sched: correct output of show_state() X-Git-Tag: v2.6.20-rc1~145^2^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301827acbe49d0ba7ec9770803970893ac9ded97;p=pandora-kernel.git [PATCH] sched: correct output of show_state() At present show_state prints a header the does not match the output of show_task, as follows: - sibling task PC pid father child younger older init S 00000000 0 1 0 2 (NOTLB) - This patch corrects the output of show_state so that the header is aligned with the data, ala: - free sibling task PC stack pid father child younger older init S 00000000 0 1 0 2 (NOTLB) - Signed-off-by: Chris Caputo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed