[SPARC32]: Optimize SMP IPI handling
Since smp_stop_cpu is not used, we don't need to test for it. This saves several instructions in the IPI handler and simplifies the code.
Showing
Please register or sign in to comment
Since smp_stop_cpu is not used, we don't need to test for it. This saves several instructions in the IPI handler and simplifies the code.