score: Remove redundant #ifdef RTEMS_SMP

This commit is contained in:
Sebastian Huber
2018-08-29 07:53:02 +02:00
parent a6fca762b6
commit 9e8bba5650

View File

@@ -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,