From bbfbfc847e07ab98f47104a70e72033468eaedcc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 3 Feb 2017 08:57:18 +0100 Subject: score: Move _Thread_Scheduler_ask_for_help() Move _Thread_Scheduler_ask_for_help(), rename it to _Thread_Ask_for_help() and make it static. --- cpukit/score/include/rtems/score/threadimpl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/threadimpl.h') diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h index 8ddf74e160..b2263a1dc2 100644 --- a/cpukit/score/include/rtems/score/threadimpl.h +++ b/cpukit/score/include/rtems/score/threadimpl.h @@ -1098,8 +1098,6 @@ RTEMS_INLINE_ROUTINE void _Thread_Scheduler_release_critical( } #if defined(RTEMS_SMP) -void _Thread_Scheduler_ask_for_help( Thread_Control *the_thread ); - void _Thread_Scheduler_process_requests( Thread_Control *the_thread ); #endif -- cgit v1.2.3