Sebastian Huber commented on a discussion on 
cpukit/score/cpu/aarch64/include/rtems/score/cpuimpl.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1157#note_146846

 >   */
 >  uint64_t _AArch64_Get_current_processor_for_system_start( void );
 >  
 > +/**
 > + * @brief Returns the PSCI target_cpu parameter for a given CPU index.
 > + *
 > + * This function is provided by the BSP.  The default implementation 
 > assumes the
 > + * core IDs to be in affinity level 0. BSPs that do not follow this 
 > convention
 > + * can override this function to use the correct affinity level for the 
 > target_cpu
 > + * calculation.
 > + */
 > +uintptr_t _AArch64_Get_PSCI_target_cpu( uint32_t );

I removed the renaming from the patch.

If we ever have an `arm` BSP which uses PSCI, then we can revisit this issue.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1157#note_146846
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