summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical16
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-30 14:52:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-30 14:52:15 +0000
commit095105ad208f8599418c54e772ed54944f18bdf4 (patch)
tree75667d64f115e19ea616af959ed20b46fd1a9a48 /testsuites/sptests/spintrcritical16
parent2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-095105ad208f8599418c54e772ed54944f18bdf4.tar.bz2
2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* spintrcritical16/init.c: Tinker with test to make it hit the case more reliably.
Diffstat (limited to 'testsuites/sptests/spintrcritical16')
-rw-r--r--testsuites/sptests/spintrcritical16/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spintrcritical16/init.c b/testsuites/sptests/spintrcritical16/init.c
index 992f7624e3..1da9087561 100644
--- a/testsuites/sptests/spintrcritical16/init.c
+++ b/testsuites/sptests/spintrcritical16/init.c
@@ -44,8 +44,8 @@ rtems_timer_service_routine test_release_from_isr(
if ( getState() == THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED ) {
case_hit = true;
(void) rtems_semaphore_release( Semaphore );
- _Thread_queue_Process_timeout( Main_TCB );
}
+ _Thread_queue_Process_timeout( Main_TCB );
}
rtems_task Init(