• Andrew Morton's avatar
    [PATCH] Fix posix scheduling violation for !SCHED_OTHER · 7d7dac02
    Andrew Morton authored
    From: Joe Korty <joe.korty@ccur.com>
    
    The following fixes a problem where a SCHED_FIFO task would on occasion be
    moved to the end of its runqueue when returned to from a preemption.  Cause
    was due to some SCHED_OTHER code in schedule() which was being run for tasks
    of every policy.
    7d7dac02
sched.c 75.3 KB