• Robert Love's avatar
    [PATCH] s/preempt_count()/in_atomic() in do_exit() · 5d671309
    Robert Love authored
    This converts the debugging check in do_exit from a check on
    preempt_count() to in_atomic().
    
    The main benefit to this is we will stop warning over the BKL and now
    use the standard mechanism for such checks.
    5d671309
exit.c 21.1 KB