summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/smpimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-18 07:38:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-20 08:49:39 +0200
commit1a971d836cdb4b9b642b69a71817e2b14484f20d (patch)
treeec643ebabe7e37cadf4cee82b4ff9e2a9e0114ca /cpukit/include/rtems/score/smpimpl.h
parentscore: Simplify _SMP_Multicast_action() (diff)
downloadrtems-1a971d836cdb4b9b642b69a71817e2b14484f20d.tar.bz2
score: Remove SMP_MESSAGE_CLOCK_TICK
Use _SMP_Multicast_action() instead.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/score/smpimpl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/include/rtems/score/smpimpl.h b/cpukit/include/rtems/score/smpimpl.h
index ecea1fda43..1b7841630b 100644
--- a/cpukit/include/rtems/score/smpimpl.h
+++ b/cpukit/include/rtems/score/smpimpl.h
@@ -58,16 +58,6 @@ extern "C" {
#define SMP_MESSAGE_PERFORM_JOBS 0x4UL
/**
- * @brief SMP message to request a clock tick.
- *
- * This message is provided for systems without a proper interrupt affinity
- * support and may be used by the clock driver.
- *
- * @see _SMP_Send_message().
- */
-#define SMP_MESSAGE_CLOCK_TICK 0x8UL
-
-/**
* @brief SMP fatal codes.
*/
typedef enum {