mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 19:15:44 +08:00
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/apiext.c: Remove comment referring to ITRON.
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* core/include/rtems/score/object.h: Remove Objects_ITRON_API.
|
||||
* score/src/apiext.c: Remove comment referring to ITRON.
|
||||
* score/include/rtems/score/object.h: Remove Objects_ITRON_API.
|
||||
* rtems/src/rtemsobjectgetapiclassname.c,
|
||||
sapi/include/rtems/config.h, sapi/src/exinit.c:
|
||||
Remove RTEMS_ITRON_API conditional blocks.
|
||||
|
||||
@@ -106,11 +106,7 @@ void _API_extensions_Run_postswitch( void )
|
||||
|
||||
the_extension = (API_extensions_Control *) the_node;
|
||||
|
||||
/*
|
||||
* Currently the ITRON API is the only API which does not
|
||||
* provide this hook.
|
||||
*/
|
||||
(*the_extension->postswitch_hook)( _Thread_Executing );
|
||||
(*the_extension->postswitch_hook)( _Thread_Executing );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user