From a7ce0cec5d3ca0af46d308c14ccd32d81ce11f11 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Jun 2013 10:34:12 +0200 Subject: 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. --- cpukit/score/include/rtems/score/smp.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpukit/score/include') 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 @@ -34,13 +34,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 -- cgit v1.2.3