summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadhandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadhandler.c')
-rw-r--r--cpukit/score/src/threadhandler.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/score/src/threadhandler.c b/cpukit/score/src/threadhandler.c
index 6367c451f4..e4f124c052 100644
--- a/cpukit/score/src/threadhandler.c
+++ b/cpukit/score/src/threadhandler.c
@@ -126,12 +126,6 @@ void _Thread_Handler( void )
*/
if (doCons) /* && (volatile void *)_init) */ {
INIT_NAME ();
-
- #if defined(RTEMS_SMP)
- _Thread_Disable_dispatch();
- _SMP_Request_other_cores_to_perform_first_context_switch();
- _Thread_Enable_dispatch();
- #endif
}
#endif