mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 03:20:16 +08:00
smp: Fix warnings
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
void rtems_smp_secondary_cpu_initialize( void )
|
||||
{
|
||||
Per_CPU_Control *self_cpu = _Per_CPU_Get();
|
||||
Thread_Control *heir;
|
||||
|
||||
#if defined(RTEMS_DEBUG)
|
||||
printk( "Made it to %d -- ", _Per_CPU_Get_index( self_cpu ) );
|
||||
|
||||
@@ -58,7 +58,6 @@ static void _Giant_Do_release( void )
|
||||
|
||||
uint32_t _Thread_Dispatch_increment_disable_level( void )
|
||||
{
|
||||
Giant_Control *giant = &_Giant;
|
||||
ISR_Level isr_level;
|
||||
uint32_t self_cpu_index;
|
||||
uint32_t disable_level;
|
||||
|
||||
Reference in New Issue
Block a user