Preetam Das commented on a discussion on 
bsps/aarch64/raspberrypi5/start/bspstartmmu.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1072#note_143393

 > +
 > +/*
 > + * Make weak and let the user override.
 > + */
 > +BSP_START_TEXT_SECTION void
 > +raspberrypi5_setup_secondary_cpu_mmu_and_cache( void ) __attribute__ 
 > ((weak));
 > +
 > +BSP_START_TEXT_SECTION void
 > +raspberrypi5_setup_secondary_cpu_mmu_and_cache( void )
 > +{
 > +  aarch64_mmu_control *control = &aarch64_mmu_instance;
 > +
 > +  aarch64_mmu_setup();
 > +
 > +  /* Use the existing root page table already configured by CPU0 */
 > +  _AArch64_Write_ttbr0_el1( (uintptr_t) bsp_translation_table_base );

fixed.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1072#note_143393
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to