From 1a971d836cdb4b9b642b69a71817e2b14484f20d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 18 Apr 2019 07:38:13 +0200 Subject: score: Remove SMP_MESSAGE_CLOCK_TICK Use _SMP_Multicast_action() instead. --- cpukit/include/rtems/score/smpimpl.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cpukit/include/rtems/score/smpimpl.h') 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 @@ -57,16 +57,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. */ -- cgit v1.2.3