preempt: ipipe: : add preemption-safe hard_preempt_{enable, disable}() ops
Some inner code of the interrupt pipeline may have to traverse regular kernel code which manipulates the preemption count, expecting full serialization including with out-of-band contexts. The hard_preempt_*() variants are substituted to the original preempt_{enable, disable}() calls in these cases.
Showing
Please register or sign in to comment