Hi,<br><br><div class="gmail_quote">On Fri, Aug 10, 2012 at 7:45 PM, Hesham Moustafa <span dir="ltr"><<a href="mailto:heshamelmatary@gmail.com" target="_blank">heshamelmatary@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi,<div><br></div><div>I have noticed that in ..../libbsp/arm/gumstix/start/start.S calls mmu_init, but i wanna know where mmu_init is implemented for gumstix or pxa255 cpu. I searched for it but i found that certain processors ( libcpu/shared/arm920/mmu.c , libcpu/bfin/mmu/mmu.c) only implements mmu_init and no results for gumstix or pxa255. </div>

<div><br></div></div></blockquote><div>libcpu/arm/shared/arm920/mmu.c<br>41:void mmu_init(mmu_sect_map_t *map)<br><br>libcpu/arm/shared/include/mmu.h<br>26:void mmu_init(mmu_sect_map_t *map);<br><br>The libbsp/arm/gumstix/Makefile.am includes libcpu/arm/shared/arm920.rel, which builds shared/arm920/mmu.c that contains the mmu_init function.<br>
<br>You might consider trying ctags, cscope, or just grep the sources in order to find symbols.<br><br>-Gedare<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div></div><div>thanks,</div><div>Hesham</div></div>
<br>_______________________________________________<br>
rtems-devel mailing list<br>
<a href="mailto:rtems-devel@rtems.org">rtems-devel@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-devel" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-devel</a><br>
<br></blockquote></div><br>