2011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>

* smp01/init.c, smp02/init.c, smp02/tasks.c, smp03/init.c,
	smp03/tasks.c, smp04/Makefile.am, smp04/init.c, smp05/init.c,
	smp06/init.c, smp07/init.c, smp08/init.c: Cleaned up tests and fixed
	some print statement problems.
	* smp04/tasks.c: Removed.
This commit is contained in:
Jennifer Averett
2011-07-29 12:29:34 +00:00
parent 602b1f61b6
commit cf288c3898
13 changed files with 75 additions and 70 deletions

View File

@@ -44,7 +44,11 @@ rtems_task Test_task(
TaskRan = true;
/* Print that the task is up and running. */
locked_printf(" CPU %d running Task %s after semaphore release\n", cpu_num, name);
locked_printf(
" CPU %d running Task %s after semaphore release\n",
cpu_num,
name
);
(void) rtems_task_delete( RTEMS_SELF );
}