From 2dd098a6359d9df132da09201ea0506c5389dc80 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 31 Oct 2016 08:33:11 +0100 Subject: score: Introduce Thread_Scheduler_control::home Replace Thread_Scheduler_control::control and Thread_Scheduler_control::own_control with new Thread_Scheduler_control::home. Update #2556. --- cpukit/score/include/rtems/score/thread.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 37b978818e..ff7f13be55 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -255,18 +255,9 @@ typedef struct { Thread_Scheduler_state state; /** - * @brief The own scheduler control of this thread. - * - * This field is constant after initialization. - */ - const struct Scheduler_Control *own_control; - - /** - * @brief The scheduler control of this thread. - * - * The scheduler helping protocol may change this field. + * @brief The home scheduler control of this thread. */ - const struct Scheduler_Control *control; + const struct Scheduler_Control *home; /** * @brief The processor assigned by the current scheduler. -- cgit v1.2.3