mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user