summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/apiext.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 03:59:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 03:59:55 +0000
commita2e17731088965879ec74e3b3a4a18af4a3f67d5 (patch)
treed0ab2df9c59e9bad5c95a4a8b9e496d9926f735e /cpukit/score/src/apiext.c
parent2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a2e17731088965879ec74e3b3a4a18af4a3f67d5.tar.bz2
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/apiext.c: Remove comment referring to ITRON.
Diffstat (limited to 'cpukit/score/src/apiext.c')
-rw-r--r--cpukit/score/src/apiext.c6
1 files changed, 1 insertions, 5 deletions
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 );
}
}