From 24934e36e2513f972510d7c746103be1f766dc6a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 3 Apr 2014 15:03:35 +0200 Subject: score: Add scheduler control to scheduler ops Scheduler operations must be free of a global scheduler context to enable partitioned/clustered scheduling. --- cpukit/score/include/rtems/score/threadimpl.h | 4 ++-- 1 file changed, 2 insertions(+), 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 2ac8344577..6d4ca9f898 100644 --- a/cpukit/score/include/rtems/score/threadimpl.h +++ b/cpukit/score/include/rtems/score/threadimpl.h @@ -176,7 +176,7 @@ bool _Thread_Initialize( * @param entry_point * @param pointer_argument * @param numeric_argument - * @param[in,out] processor The processor if used to start an idle thread + * @param[in,out] cpu The processor if used to start an idle thread * during system initialization. Must be set to @c NULL to start a normal * thread. */ @@ -186,7 +186,7 @@ bool _Thread_Start( void *entry_point, void *pointer_argument, Thread_Entry_numeric_type numeric_argument, - Per_CPU_Control *processor + Per_CPU_Control *cpu ); bool _Thread_Restart( -- cgit v1.2.3