From 9e8bba5650c6bbdcccb4b3ed98b320f1b87454ff Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 29 Aug 2018 07:53:02 +0200 Subject: score: Remove redundant #ifdef RTEMS_SMP --- cpukit/include/rtems/score/threadimpl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpukit/include/rtems/score/threadimpl.h b/cpukit/include/rtems/score/threadimpl.h index 7966e891d1..4ab855d3ff 100644 --- a/cpukit/include/rtems/score/threadimpl.h +++ b/cpukit/include/rtems/score/threadimpl.h @@ -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, -- cgit v1.2.3