-
David Mosberger authored
smp_call_function() may not be called with interrupts disabled. Violating this precondition leads to bugs that are hard to reproduce and even harder to diagnose. Thus, catch violations with BUG_ON().
bc97fc23
smp_call_function() may not be called with interrupts disabled. Violating this precondition leads to bugs that are hard to reproduce and even harder to diagnose. Thus, catch violations with BUG_ON().