From 78515554fd110c9636c38501b699a5da125a5496 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 3 Jul 2017 14:05:26 +0200 Subject: score: Move processor affinity to Thread_Control Update #3059. --- cpukit/score/include/rtems/score/thread.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 54b207f137..ecab766fee 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -37,7 +37,7 @@ #include #if defined(RTEMS_SMP) - #include +#include #endif struct _pthread_cleanup_context; @@ -311,6 +311,11 @@ typedef struct { * This list is protected by the thread scheduler lock. */ Scheduler_Node *requests; + + /** + * @brief The thread processor affinity set. + */ + Processor_mask Affinity; #endif /** -- cgit v1.2.3