The changes in this cycle are:

 - Optimize the task wakeup CPU selection logic, to improve scalability and
   reduce wakeup latency spikes

 - PELT enhancements

 - CFS bandwidth handling fixes

 - Optimize the wakeup path by remove rq->wake_list and replacing it with ->ttwu_pending

 - Optimize IPI cross-calls by making flush_smp_call_function_queue()
   process sync callbacks first.

 - Misc fixes and enhancements.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK too

Some SMP platforms don't have CONFIG_IRQ_WORK defined, resulting in a link
error at build time.

Define a stub and clean up the prototype definitions.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2 files changed