[PATCH] s/preempt_count()/in_atomic() in do_exit()
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.
Showing
Please register or sign in to comment