From 97f7dac6604b448f0c4ee10f02d192ea42bc6aaa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 21 Oct 2016 09:23:48 +0200 Subject: score: Delete _Scheduler_Ask_for_help_if_necessary Delete Thread_Control::Resource_node. Update #2556. --- cpukit/score/include/rtems/score/thread.h | 8 -------- 1 file changed, 8 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 304f90439c..3ec61f8b5e 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include @@ -769,13 +768,6 @@ struct _Thread_Control { SMP_lock_Stats Potpourri_stats; #endif -#if defined(RTEMS_SMP) - /** - * @brief Resource node to build a dependency tree in case this thread owns - * resources or depends on a resource. - */ - Resource_Node Resource_node; -#endif #if defined(RTEMS_MULTIPROCESSING) /** This field is true if the thread is offered globally */ bool is_global; -- cgit v1.2.3