summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulergetaffinity.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulergetaffinity.c')
-rw-r--r--cpukit/score/src/schedulergetaffinity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/schedulergetaffinity.c b/cpukit/score/src/schedulergetaffinity.c
index 8425a7fcf6..b405d2ba1f 100644
--- a/cpukit/score/src/schedulergetaffinity.c
+++ b/cpukit/score/src/schedulergetaffinity.c
@@ -26,7 +26,7 @@ bool _Scheduler_Get_affinity(
{
const Scheduler_Control *scheduler;
ISR_lock_Context lock_context;
- Processor_mask *affinity;
+ const Processor_mask *affinity;
Processor_mask_Copy_status status;
scheduler = _Thread_Scheduler_get_home( the_thread );