2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>

* spintrcritical16/init.c: Tinker with test to make it hit the case
	more reliably.
This commit is contained in:
Joel Sherrill
2009-07-30 14:52:15 +00:00
parent 8b40e27c0c
commit 095105ad20
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* spintrcritical16/init.c: Tinker with test to make it hit the case
more reliably.
2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add new test to exercise as many cases as
+1 -1
View File
@@ -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(