commit | 37dad3fce97f01e5149d69de0833d8452c0e862e | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 20 20:59:01 2010 +0000 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Jan 22 18:09:59 2010 +0100 |
tree | b61b32fd56301211e06c4ff8d7d72a08eb7af182 | |
parent | ea87bb7853168434f4a82426dd1ea8421f9e604d [diff] |
sched: Implement head queueing for sched_rt 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. Implement the functionality in sched_rt. 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.772169931@linutronix.de>