aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index c83f531c2886..b43cef02ce5b 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4822,12 +4822,12 @@ void show_state_filter(unsigned long state_filter)
4822 4822
4823#if (BITS_PER_LONG == 32) 4823#if (BITS_PER_LONG == 32)
4824 printk("\n" 4824 printk("\n"
4825 " sibling\n"); 4825 " free sibling\n");
4826 printk(" task PC pid father child younger older\n"); 4826 printk(" task PC stack pid father child younger older\n");
4827#else 4827#else
4828 printk("\n" 4828 printk("\n"
4829 " sibling\n"); 4829 " free sibling\n");
4830 printk(" task PC pid father child younger older\n"); 4830 printk(" task PC stack pid father child younger older\n");
4831#endif 4831#endif
4832 read_lock(&tasklist_lock); 4832 read_lock(&tasklist_lock);
4833 do_each_thread(g, p) { 4833 do_each_thread(g, p) {