From d5ef7ae2a36bee532702d609f1dbb209cc47dd29 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Jun 2013 09:14:31 +0200 Subject: smp: Delete _SMP_Request_other_cores_to_dispatch() Use an event triggered unicast to inform remote processors about a necessary thread dispatch instead. --- cpukit/score/src/threaddispatch.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpukit/score/src/threaddispatch.c') diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c index ac906e44d9..c5d0a2199b 100644 --- a/cpukit/score/src/threaddispatch.c +++ b/cpukit/score/src/threaddispatch.c @@ -65,11 +65,6 @@ void _Thread_Dispatch( void ) * once someone calls _Thread_Dispatch(). */ _Thread_Disable_dispatch(); - - /* - * If necessary, send dispatch request to other cores. - */ - _SMP_Request_other_cores_to_dispatch(); #else _Thread_Dispatch_set_disable_level( 1 ); #endif -- cgit v1.2.3