From: Américo Wang Date: Mon, 16 Feb 2009 10:54:21 +0000 (+0800) Subject: sched: use TASK_NICE for task_struct X-Git-Tag: v2.6.30-rc1~658^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8f836fb196acede88b6cc772e9057e0a9c0223;p=pandora-kernel.git sched: use TASK_NICE for task_struct #define TASK_NICE(p) PRIO_TO_NICE((p)->static_prio) So it's better to use TASK_NICE here. Signed-off-by: WANG Cong Acked-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed