• Ingo Molnar's avatar
    [PATCH] scheduler fixes, 2.5.32-BK · 2c638ab0
    Ingo Molnar authored
    This adds two scheduler related fixes:
    
     - changes the migration code to use struct completion. Andrew pointed out
       that there might be a small window in where the up() touches the
       semaphore while the waiting task goes on and frees its stack. And
       completion is more suited for this kind of stuff anyway.
    
     - removes two unneeded exports, pointed out by Andrew.
    2c638ab0
sched.c 50.9 KB