From fb272963a6438f1591809c8aa979ce58dc361753 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 2 Nov 2017 21:01:06 +0100 Subject: score: Use Processor_mask instead of cpu_set_t --- cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h') diff --git a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h b/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h index 6ae7ac5e76..d988d5752a 100644 --- a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h +++ b/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h @@ -167,9 +167,9 @@ typedef struct { Scheduler_priority_SMP_Node Base; /** - * Structure containing affinity set data and size + * @brief The thread processor affinity set. */ - cpu_set_t affinity; + Processor_mask Affinity; } Scheduler_priority_affinity_SMP_Node; /** @} */ -- cgit v1.2.3