Sebastian Huber started a new discussion on 
bsps/aarch64/shared/start/aarch64-smp.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112028

 >      1U << target_processor_index
 >    );
 >  }
 > +
 > +uint32_t _CPU_SMP_Get_current_processor(void)
 > +{
 > +  return _Per_CPU_Get_index( _CPU_Get_current_per_CPU_control());
 > +}
 > +

No blank line before the end of the file. Add spaces similar to the code above.

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


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to