summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/shmdr/mpisr.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-04 16:39:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-09 07:09:47 +0200
commit4b28d3c79729e582c3cde8392524a15f3e7923ca (patch)
tree726aab374bb374aeb96d3ca6334d011b5a1e511c /c/src/libchip/shmdr/mpisr.c
parentbsps: Move VME support to bsps (diff)
downloadrtems-4b28d3c79729e582c3cde8392524a15f3e7923ca.tar.bz2
bsps: Move shmdr to bsps
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/libchip/shmdr/mpisr.c')
-rw-r--r--c/src/libchip/shmdr/mpisr.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/c/src/libchip/shmdr/mpisr.c b/c/src/libchip/shmdr/mpisr.c
deleted file mode 100644
index 38449b7450..0000000000
--- a/c/src/libchip/shmdr/mpisr.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* _Shm_isr()
- *
- * 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.org/license/LICENSE.
- */
-
-#include <rtems.h>
-#include "shm_driver.h"
-
-void Shm_isr(void)
-{
- Shm_Interrupt_count += 1;
- rtems_multiprocessing_announce();
-}