<div>There was a patch of kexec on SMP mips 64 , and I attempt to implement kexec on SMP powerpc .</div>
<div> </div>
<div>I found that ,  it was a little different with  mips when booting a kernel. We know  that, every CPU jumped directly into kernel on </div>
<div> </div>
<div>mips, but on powerpc , E500 SMP,  the &#39;master&#39; CPU was in charge of &#39;slave&#39;  CPUs , so &#39;slave&#39; CPU  could do nothing </div>
<div> </div>
<div>but to  wait for &#39;master&#39;  to wake him up in Init function.</div>
<div> </div>
<div> </div>
<div>How to implement kexec on SMP powerpc?</div>
<div>Any suggestions would be appreciate</div>
<div> </div>
<div>regards,</div>
<div> </div>
<div>wilbur</div>