2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>

* nsecs/init.c: Do not make this test depend on the benchmark timer
	driver.
This commit is contained in:
Joel Sherrill
2007-06-22 19:27:35 +00:00
parent 0fe59ec6d1
commit 8bfffd9baf
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* nsecs/init.c: Do not make this test depend on the benchmark timer
driver.
2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the

View File

@@ -41,6 +41,9 @@ void subtract_em(
_Timespec_Subtract( start, stop, t );
}
/* body below .. hoping it isn't inlined */
void Empty_function();
rtems_task Init(
rtems_task_argument argument
)
@@ -142,3 +145,6 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#include <rtems/confdefs.h>
/* put here hoping it won't get inlined */
void Empty_function() {}