From: Len Brown Date: Mon, 24 May 2010 15:34:36 +0000 (-0400) Subject: sched: clarify commment for TS_POLLING X-Git-Tag: v2.6.35-rc1~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e45b7fa23097332508730123ac6d59227e7bd7f8;p=pandora-kernel.git sched: clarify commment for TS_POLLING TS_POLLING set tells the scheduler an idle_task will poll need_resched() to look for work. TS_POLLING clear tells resched_task() and wake_up_idle_cpu() that the remote CPU's idle_task is now sleeping in idle, and thus requires a reschedule interrupt notice work. Update the description of TS_POLLING to reflect how it works. "idle task polling need_resched, skip sending interrupt" Wordsmithing-by: Milton Miller Signed-off-by: Len Brown Acked-by: Peter Zijlstra --- Reading git-diff-tree failed