summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/smp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-20 15:07:33 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-21 09:07:37 +0200
commit2cfbf23a1f8d04cc41f4f80dbc9cb6baaf8f77ed (patch)
treec242188bf08144d8a5ab7d1e6120b362cfe240ca /cpukit/score/include/rtems/score/smp.h
parentsmp: Disable restart of threads other than self (diff)
downloadrtems-2cfbf23a1f8d04cc41f4f80dbc9cb6baaf8f77ed.tar.bz2
smp: Delete RTEMS_BSP_SMP_SIGNAL_TO_SELF
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/smp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/score/include/rtems/score/smp.h b/cpukit/score/include/rtems/score/smp.h
index 2c2b46ab32..2fd915022f 100644
--- a/cpukit/score/include/rtems/score/smp.h
+++ b/cpukit/score/include/rtems/score/smp.h
@@ -36,13 +36,6 @@ extern "C" {
/**
* This defines the bit which indicates the interprocessor interrupt
- * has been requested so that RTEMS will reschedule on this CPU
- * because the currently executing thread has been sent a signal.
- */
-#define RTEMS_BSP_SMP_SIGNAL_TO_SELF 0x02
-
-/**
- * This defines the bit which indicates the interprocessor interrupt
* has been requested so that this CPU will be shutdown. This is done
* as part of rtems_executive_shutdown().
*/