summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/nios2/nios2_iss/shmsupp/addrconv.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-21 20:24:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-21 20:24:07 +0000
commitb3d2ed680cdcd0ebd43f3884b76fc73ddc73af8c (patch)
tree0c4df6343b065c3772fd2c5a5bb8f3c04bd7b730 /c/src/lib/libbsp/nios2/nios2_iss/shmsupp/addrconv.c
parentAbandon. (diff)
downloadrtems-b3d2ed680cdcd0ebd43f3884b76fc73ddc73af8c.tar.bz2
2011-03-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Remove stub version. * shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
Diffstat (limited to 'c/src/lib/libbsp/nios2/nios2_iss/shmsupp/addrconv.c')
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/shmsupp/addrconv.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/shmsupp/addrconv.c b/c/src/lib/libbsp/nios2/nios2_iss/shmsupp/addrconv.c
deleted file mode 100644
index 444c1e4d87..0000000000
--- a/c/src/lib/libbsp/nios2/nios2_iss/shmsupp/addrconv.c
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Shm_Convert_address
- *
- * No address range conversion is required.
- *
- * Input parameters:
- * address - address to convert
- *
- * Output parameters:
- * returns - converted address
- *
- * COPYRIGHT (c) 1989-1999.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#include <rtems.h>
-#include <bsp.h>
-#include <shm_driver.h>
-
-void *Shm_Convert_address(
- void *address
-)
-{
- return ( address );
-}