sched: Extend enqueue_task to allow head queueing
authorThomas Gleixner <tglx@linutronix.de>
Wed, 20 Jan 2010 20:58:57 +0000 (20:58 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 22 Jan 2010 17:09:59 +0000 (18:09 +0100)
The ability of enqueueing a task to the head of a SCHED_FIFO priority
list is required to fix some violations of POSIX scheduling policy.

Extend the related functions with a "head" argument.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Tested-by: Carsten Emde <cbe@osadl.org>
Tested-by: Mathias Weber <mathias.weber.mw1@roche.com>
LKML-Reference: <20100120171629.734886007@linutronix.de>


No differences found