summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-dpmem.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-17 20:25:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-17 20:25:43 +0000
commit45c4499e0387e38484504a916550f6fb8198e3a6 (patch)
treedf9a0dc2436ab8d5c1fa28b143ca116abfcd9fe8 /c/src/optman/rtems/no-dpmem.c
parent2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-45c4499e0387e38484504a916550f6fb8198e3a6.tar.bz2
2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager initialization routines to directly pull parameters from configuration table. Eliminate empty routines sportted.
Diffstat (limited to '')
-rw-r--r--c/src/optman/rtems/no-dpmem.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/c/src/optman/rtems/no-dpmem.c b/c/src/optman/rtems/no-dpmem.c
index d2b8e92868..0aa8b5257b 100644
--- a/c/src/optman/rtems/no-dpmem.c
+++ b/c/src/optman/rtems/no-dpmem.c
@@ -1,7 +1,7 @@
/*
* Dual Port Memory Manager
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -21,8 +21,6 @@
#include <rtems/rtems/types.h>
#include <rtems/rtems/dpmem.h>
-void _Dual_ported_memory_Manager_initialization(
- uint32_t maximum_ports
-)
+void _Dual_ported_memory_Manager_initialization(void)
{
}