From a2e17731088965879ec74e3b3a4a18af4a3f67d5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Jun 2010 03:59:55 +0000 Subject: [PATCH] =?UTF-8?q?2010-06-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * score/src/apiext.c: Remove comment referring to ITRON. --- cpukit/ChangeLog | 3 ++- cpukit/score/src/apiext.c | 6 +----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7e5a4f9804..58b1ff55cb 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,6 +1,7 @@ 2010-06-18 Ralf Corsépius - * 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. diff --git a/cpukit/score/src/apiext.c b/cpukit/score/src/apiext.c index 266f320061..4531a2d695 100644 --- a/cpukit/score/src/apiext.c +++ b/cpukit/score/src/apiext.c @@ -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 ); } }