sched/wait: Introduce TASK_NOLOAD and TASK_IDLE ยท torvalds/linux@80ed87c

Currently people use TASK_INTERRUPTIBLE to idle kthreads and wait for 'work' because TASK_UNINTERRUPTIBLE contributes to the loadavg. Having all idle kthreads contribute to the loadavg is s...