mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:07:33 +08:00
score: Remove unused _Per_CPU_Initialize() decl
This commit is contained in:
@@ -775,13 +775,6 @@ RTEMS_INLINE_ROUTINE void _Per_CPU_Release_all(
|
||||
|
||||
#if defined( RTEMS_SMP )
|
||||
|
||||
/**
|
||||
* @brief Allocate and Initialize Per CPU Structures
|
||||
*
|
||||
* This method allocates and initialize the per CPU structure.
|
||||
*/
|
||||
void _Per_CPU_Initialize(void);
|
||||
|
||||
void _Per_CPU_State_change(
|
||||
Per_CPU_Control *cpu,
|
||||
Per_CPU_State new_state
|
||||
|
||||
Reference in New Issue
Block a user