forked from Imagelibrary/rtems
score: Remove redundant #ifdef RTEMS_SMP
This commit is contained in:
@@ -1079,9 +1079,7 @@ RTEMS_INLINE_ROUTINE void _Thread_Scheduler_release_critical(
|
||||
_ISR_lock_Release( &the_thread->Scheduler.Lock, lock_context );
|
||||
}
|
||||
|
||||
#if defined(RTEMS_SMP)
|
||||
void _Thread_Scheduler_process_requests( Thread_Control *the_thread );
|
||||
#endif
|
||||
|
||||
RTEMS_INLINE_ROUTINE void _Thread_Scheduler_add_request(
|
||||
Thread_Control *the_thread,
|
||||
|
||||
Reference in New Issue
Block a user