From c6f0a4b7cb0cfb5ba80e4ce99d4886f410df6536 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Apr 2014 09:24:44 -0500 Subject: schedulerpriorityaffinitysmp.h: Fix compilation error introduced by recent changes --- cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h b/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h index 8f9d0818b1..9716b128ff 100644 --- a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h +++ b/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h @@ -73,10 +73,14 @@ extern "C" { * * This routine allocates @a the_thread->scheduler. * + * @param[in] scheduler points to the scheduler specific information. * @param[in] the_thread is the thread the scheduler is allocating - * management memory for + * management memory for. */ -void * _Scheduler_priority_affinity_SMP_Allocate( Thread_Control *the_thread ); +void * _Scheduler_priority_affinity_SMP_Allocate( + Scheduler_Control *scheduler, + Thread_Control *the_thread +); /** * @brief Get affinity for the priority affinity smp scheduler. -- cgit v1.2.3