Skip to content
Commit e45b7fa2 authored by Len Brown's avatar Len Brown
Browse files

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: default avatarMilton Miller <miltonm@bga.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Acked-by: default avatarPeter Zijlstra <peterz@infradead.org>
parent 541adf7c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment