Hi ~ <br><br>This is a boot flow of linux kernel under the arch/powerpc/kernel and I'm using pasemi cpu. <br><br>__start (in head_64.S) <br> ---> __start_initialization_<div>multiplatform (in head_64.S) <br>
---> __boot_from_prom (in head_64.S) <br>
---> prom_init ( in prom_init.c) <br> ---> __start ???<br><br>And I don'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's a recursive call. <br>
<br>Can anybody explain about this precedure ? <br><br>Thanks in advance. <br><font color="#888888"><br>HongWoo. </font></div>