summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/cre_mbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/cre_mbf.c')
-rw-r--r--cpukit/itron/src/cre_mbf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/itron/src/cre_mbf.c b/cpukit/itron/src/cre_mbf.c
index 4928501952..18b40c1520 100644
--- a/cpukit/itron/src/cre_mbf.c
+++ b/cpukit/itron/src/cre_mbf.c
@@ -67,11 +67,9 @@ ER cre_mbf(
_CORE_message_queue_Initialize(
&the_message_buffer->message_queue,
- OBJECTS_ITRON_MESSAGE_BUFFERS,
&the_msgq_attributes,
pk_cmbf->bufsz / pk_cmbf->maxmsz,
- pk_cmbf->maxmsz,
- NULL /* Multiprocessing not supported */
+ pk_cmbf->maxmsz
);
_ITRON_Objects_Open( &_ITRON_Message_buffer_Information,