From: Josh Hunt Date: Mon, 19 Jul 2010 19:31:16 +0000 (-0700) Subject: sched: Use correct macro to display sched_child_runs_first in /proc/sched_debug X-Git-Tag: v2.6.36-rc1~531^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eebef74695e1498e04e5f85be9c6f84bd2e7358a;p=pandora-kernel.git sched: Use correct macro to display sched_child_runs_first in /proc/sched_debug The sched_child_runs_first value in /proc/sched_debug is currently displayed using a macro meant to split ns time values. This patch uses the correct macro to display it as a plain decimal value. Signed-off-by: Josh Hunt Cc: peterz@infradead.org Cc: juhlenko@akamai.com Cc: efault@gmx.de LKML-Reference: <1279567876-25418-1-git-send-email-johunt@akamai.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed