[PATCH] ia64: BUG if smp_call_function is called with interrupts disabled
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().
Showing
Please register or sign in to comment