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/libmisc/capture/capture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc/capture') diff --git a/cpukit/libmisc/capture/capture.h b/cpukit/libmisc/capture/capture.h index 5e3237d549..f847ee0424 100644 --- a/cpukit/libmisc/capture/capture.h +++ b/cpukit/libmisc/capture/capture.h @@ -872,7 +872,7 @@ rtems_capture_task_control_flags (rtems_tcb* tcb) static inline rtems_task_priority rtems_capture_task_start_priority (rtems_tcb* tcb) { - return _RTEMS_Priority_From_core (_Scheduler_Get_own( tcb ), + return _RTEMS_Priority_From_core (_Thread_Scheduler_get_home( tcb ), tcb->Start.initial_priority); } -- cgit v1.2.3