Hi ~ <br><br>This is a boot flow of linux kernel under the arch/powerpc/kernel and I&#39;m using pasemi cpu. <br><br>__start  (in head_64.S) <br>  ---&gt; __start_initialization_multiplatform (in head_64.S) <br>    ---&gt; __boot_from_prom (in head_64.S) <br>

       ---&gt; prom_init ( in prom_init.c) <br>         ---&gt; __start ???<br><br>And I don&#39;t understand where __start is called, because I can find __start only in head_64.S. <br>If it calls __start in head_64.S, it&#39;s a recursive call. <br>

<br>Can anybody explain about this precedure ? <br><br>Thanks in advance. <br><br>HongWoo. <br><br><br><br><br>