From 7f7424329eafab755381bc638c2cdddc152a909b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 31 Oct 2016 08:22:02 +0100 Subject: score: Delete Thread_Scheduler_control::own_node Update #2556. --- cpukit/score/src/threadmp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/score/src/threadmp.c') diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c index 6ff5065e1d..9b3a47710d 100644 --- a/cpukit/score/src/threadmp.c +++ b/cpukit/score/src/threadmp.c @@ -75,9 +75,6 @@ void _Thread_MP_Handler_initialization ( _Thread_Timer_initialize( &proxy->Timer, _Per_CPU_Get_by_index( 0 ) ); _RBTree_Initialize_node( &proxy->Active ); -#if defined(RTEMS_SMP) - proxy->Scheduler.own_node = &proxy->Scheduler_node; -#endif proxy->Scheduler.nodes = &proxy->Scheduler_node; _Scheduler_Node_do_initialize( _Scheduler_Get_by_CPU_index( 0 ), -- cgit v1.2.3