From 4ddc3b53c6192842f4c2af3386c05d1df3b97fb1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 21 May 2014 10:29:36 +0200 Subject: score: Add const qualifier --- cpukit/score/include/rtems/score/schedulerimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/include/rtems/score/schedulerimpl.h b/cpukit/score/include/rtems/score/schedulerimpl.h index 0f19833eef..7c4494033e 100644 --- a/cpukit/score/include/rtems/score/schedulerimpl.h +++ b/cpukit/score/include/rtems/score/schedulerimpl.h @@ -332,7 +332,7 @@ RTEMS_INLINE_ROUTINE bool _Scheduler_Has_processor_ownership( } RTEMS_INLINE_ROUTINE const Scheduler_Control *_Scheduler_Get( - Thread_Control *the_thread + const Thread_Control *the_thread ) { #if defined(RTEMS_SMP) -- cgit v1.2.3