summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-22 08:52:50 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-29 07:26:43 +0200
commit97bbf028e63447091a56a4be69134fbff1adece6 (patch)
treeae60634e413f1dc5149c6cd0188623e591be8ea3 /cpukit/score/src/mpci.c
parentscore: Remove Thread_queue_Queue::operations field (diff)
downloadrtems-97bbf028e63447091a56a4be69134fbff1adece6.tar.bz2
score: Use constant for maximum count of CORE sema
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index 8e93d74dd9..132d3e542d 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -120,7 +120,6 @@ static void _MPCI_Handler_initialization( void )
_CORE_semaphore_Initialize(
&_MPCI_Semaphore,
CORE_SEMAPHORE_DISCIPLINES_FIFO,
- 0xffffffff,
0 /* initial_value */
);
}