Hi all,<br><br>Could any one tell me what does smp_cross_call() means?<br><br>My device (Dual call) encounter a soft lockup here with following info:<br><br>[  101.654724:0] PC is at generic_exec_single+0x7c/0x94<br>[  101.659698:0] LR is at arch_send_call_function_single_ipi+0x3c/0x48<br>
<br>I check the code, and find the LR is point to smp_cross_call()<br><br>void arch_send_call_function_single_ipi(int cpu)<br>{<br>    smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC_SINGLE);<br>}<br><br>Cheers,<br>Jacky<br>