summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/smp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-14 09:14:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-30 09:53:25 +0200
commitd5ef7ae2a36bee532702d609f1dbb209cc47dd29 (patch)
treefe23444d0b02c06e7447ab169c88f7a16258bf5f /cpukit/score/include/rtems/score/smp.h
parentscore: Move _Thread_Dispatch_if_necessary() (diff)
downloadrtems-d5ef7ae2a36bee532702d609f1dbb209cc47dd29.tar.bz2
smp: Delete _SMP_Request_other_cores_to_dispatch()
Use an event triggered unicast to inform remote processors about a necessary thread dispatch instead.
Diffstat (limited to 'cpukit/score/include/rtems/score/smp.h')
-rw-r--r--cpukit/score/include/rtems/score/smp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/smp.h b/cpukit/score/include/rtems/score/smp.h
index fedf9ab6d7..2c2b46ab32 100644
--- a/cpukit/score/include/rtems/score/smp.h
+++ b/cpukit/score/include/rtems/score/smp.h
@@ -96,14 +96,6 @@ void _SMP_Broadcast_message(
void _SMP_Request_other_cores_to_perform_first_context_switch(void);
/**
- * @brief Request dispatch on other cores.
- *
- * Send message to other cores requesting them to perform
- * a thread dispatch operation.
- */
-void _SMP_Request_other_cores_to_dispatch(void);
-
-/**
* @brief Request other cores to shutdown.
*
* Send message to other cores requesting them to shutdown.