[patch 0/4] sched: Move work out of the scheduler core

From: Thomas Gleixner
Date: Wed Jun 22 2011 - 13:52:52 EST


Block-IO and workqueues have hooks in the scheduler core which have no
strict requirements for being called from irq disabled, preempt
disabled and rq->lock held regions.

The following series moves them outside.

Thanks,

tglx
---

block/blk-core.c | 20 +++-----
kernel/sched.c | 106 +++++++++++++++++------------------------------
kernel/workqueue.c | 67 ++++++++++++-----------------
kernel/workqueue_sched.h | 5 --
4 files changed, 79 insertions(+), 119 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/