[PATCH] preempt-safe do_softirq
Attached patch makes do_softirq preempt-safe simply by moving the current CPU assignment a couple lines down below the interrupt disable.
Showing
Please register or sign in to comment
Attached patch makes do_softirq preempt-safe simply by moving the current CPU assignment a couple lines down below the interrupt disable.