• Ingo Molnar's avatar
    [PATCH] signal latency improvement · ee2f48bc
    Ingo Molnar authored
    This further optimizes the 'kick wakeup' scheduler feature:
    
     - do not kick any CPU on UP
    
     - no need to mark the target task for reschedule - it's enough to send an
       interrupt to that CPU, that will initiate a signal processing pass.
    ee2f48bc
sched.c 62.1 KB