summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-28 14:52:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-01 06:22:20 +0100
commit8d099f4ab4c2e00cdbee9a3b159bf4943acc3e75 (patch)
tree3a2e8381343a4e12913a666996383c094b14fb4d
parentscore: Simplify _CORE_message_queue_Broadcast() (diff)
downloadrtems-8d099f4ab4c2e00cdbee9a3b159bf4943acc3e75.tar.bz2
score: Remove superfluous type qualifier
This fix relates to a Coverity issue (PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE).
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/score/smpimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/score/smpimpl.h b/cpukit/include/rtems/score/smpimpl.h
index ddc2df6b11..32704d7288 100644
--- a/cpukit/include/rtems/score/smpimpl.h
+++ b/cpukit/include/rtems/score/smpimpl.h
@@ -331,7 +331,7 @@ RTEMS_INLINE_ROUTINE const Processor_mask *_SMP_Get_online_processors( void )
* @return True if inter-processor interrupts are needed for the correct system
* operation, otherwise false.
*/
-RTEMS_INLINE_ROUTINE const bool _SMP_Need_inter_processor_interrupts( void )
+RTEMS_INLINE_ROUTINE bool _SMP_Need_inter_processor_interrupts( void )
{
/*
* Use the configured processor maximum instead of the actual to allow