From 04b5d174a4def46c0f667207119f2f5b83e247b4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 28 Nov 2012 10:45:38 +0100 Subject: score: Add API extensions post switch list Move post switch hook from API_extensions_Control to new API_extensions_Post_switch_control. Rename _API_extensions_Run_postswitch() in _API_extensions_Run_post_switch(). Add _API_extensions_Post_switch_list and _API_extensions_Add_post_switch(). --- cpukit/score/src/threaddispatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src/threaddispatch.c') diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c index 283d27880d..66c7bdcd43 100644 --- a/cpukit/score/src/threaddispatch.c +++ b/cpukit/score/src/threaddispatch.c @@ -69,7 +69,7 @@ void _Thread_Dispatch( void ) * * _Thread_Unnest_dispatch(); * - * _API_extensions_Run_postswitch(); + * _API_extensions_Run_post_switch(); * } * * The interrupt event makes task H ready. The interrupt code will see @@ -202,5 +202,5 @@ post_switch: _Thread_Unnest_dispatch(); #endif - _API_extensions_Run_postswitch( executing ); + _API_extensions_Run_post_switch( executing ); } -- cgit v1.2.3