]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/sched.c
Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2
[linux-2.6-omap-h63xx.git] / kernel / sched.c
index 8ee437a5ec1d5186bc411b146a513280533ff998..fc17fd91ab576b9d0ce16325eb78caf07ad82bb0 100644 (file)
@@ -5949,12 +5949,7 @@ void sched_show_task(struct task_struct *p)
                printk(KERN_CONT " %016lx ", thread_saved_pc(p));
 #endif
 #ifdef CONFIG_DEBUG_STACK_USAGE
-       {
-               unsigned long *n = end_of_stack(p);
-               while (!*n)
-                       n++;
-               free = (unsigned long)n - (unsigned long)end_of_stack(p);
-       }
+       free = stack_not_used(p);
 #endif
        printk(KERN_CONT "%5lu %5d %6d\n", free,
                task_pid_nr(p), task_pid_nr(p->real_parent));