From 095105ad208f8599418c54e772ed54944f18bdf4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 30 Jul 2009 14:52:15 +0000 Subject: [PATCH] 2009-07-30 Joel Sherrill * spintrcritical16/init.c: Tinker with test to make it hit the case more reliably. --- testsuites/sptests/ChangeLog | 5 +++++ testsuites/sptests/spintrcritical16/init.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index b756ebe5ba..f2cfee9ebe 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,8 @@ +2009-07-30 Joel Sherrill + + * spintrcritical16/init.c: Tinker with test to make it hit the case + more reliably. + 2009-07-29 Joel Sherrill * Makefile.am, configure.ac: Add new test to exercise as many cases as 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(