summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-13 10:34:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-17 13:09:49 +0200
commita7ce0cec5d3ca0af46d308c14ccd32d81ce11f11 (patch)
tree0aa3fe2ab52d10f8701d9c6d67cad86583be71c3 /cpukit/score/include
parentscore: Changes due to Newlib __DYNAMIC_REENT__ (diff)
downloadrtems-a7ce0cec5d3ca0af46d308c14ccd32d81ce11f11.tar.bz2
smp: Delete RTEMS_BSP_SMP_CONTEXT_SWITCH_NECESSARY
The thread dispatch is a side-effect of interrupt processing, thus there is no need to send an explicit message.
Diffstat (limited to 'cpukit/score/include')
-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 ea073ac24b..a01515673f 100644
--- a/cpukit/score/include/rtems/score/smp.h
+++ b/cpukit/score/include/rtems/score/smp.h
@@ -37,13 +37,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 needs to be switched out.
- */
-#define RTEMS_BSP_SMP_CONTEXT_SWITCH_NECESSARY 0x01
-
-/**
- * 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