summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-03-18 12:52:43 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-04-03 10:48:56 -0500
commitda5b1b9f4c3e4788abad5dd924c5e84f8704f565 (patch)
tree98ff81678b89dc4f8bcff43a86901bfd7ecde540 /cpukit/score/include/rtems/score/thread.h
parentscore: Add priority affinity smp scheduler. (diff)
downloadrtems-da5b1b9f4c3e4788abad5dd924c5e84f8704f565.tar.bz2
score: Remove affinity element from thread.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/thread.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 31fbbfa7d4..1fc5076d0a 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -515,16 +515,6 @@ struct Thread_Control_struct {
* _Thread_Kill_zombies().
*/
volatile bool is_executing;
-
-#if __RTEMS_HAVE_SYS_CPUSET_H__
- /**
- * @brief This field controls affinity attributes for this thread.
- *
- * Affinity attributes indicate which cpus the thread can run on
- * in an SMP system.
- */
- CPU_set_Control affinity;
-#endif
#endif
#if __RTEMS_ADA__