[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.6.0-test6-mm2



On Thu, 2003-10-02 at 05:23, Andrew Morton wrote:

> +show_task-on-runqueue.patch
> 
>  Teach sysrq-T to displayu which tasks actually have the CPU

This patch does:

	if (p->array)
		printk("has_cpu ");

does that work?  I think the existence of p->array is the same as it
being runnable.  It doesn't say whether or not it is actually running.

	Robert Love


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>