summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadsuspend.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 02:56:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 02:56:26 +0000
commit1ada6163d8ef88384b5f9626cad026ce018935b0 (patch)
treee82adf534d842f79fa670cd744e89099d8383177 /cpukit/score/src/threadsuspend.c
parent2010-06-18 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-1ada6163d8ef88384b5f9626cad026ce018935b0.tar.bz2
Remove RTEMS_ITRON_API conditional blocks.
Diffstat (limited to 'cpukit/score/src/threadsuspend.c')
-rw-r--r--cpukit/score/src/threadsuspend.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/score/src/threadsuspend.c b/cpukit/score/src/threadsuspend.c
index 3005cf7801..dd3f287e52 100644
--- a/cpukit/score/src/threadsuspend.c
+++ b/cpukit/score/src/threadsuspend.c
@@ -56,9 +56,6 @@ void _Thread_Suspend(
ready = the_thread->ready;
_ISR_Disable( level );
- #if defined(RTEMS_ITRON_API)
- the_thread->suspend_count++;
- #endif
if ( !_States_Is_ready( the_thread->current_state ) ) {
the_thread->current_state =
_States_Set( STATES_SUSPENDED, the_thread->current_state );