2001-01-18 Joel Sherrill <joel@OARcorp.com>

* include/rtems/system.h: Only include cpuopts.h when building a
	multilib configuration.  Some ports still need targopts.h but this
	small modification lets those ports work non-multilib while
	fixing being fixed for multilib.
This commit is contained in:
Joel Sherrill
2002-01-18 18:57:48 +00:00
parent 5802d12bd2
commit 8560ed944d
4 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2001-01-18 Joel Sherrill <joel@OARcorp.com>
* include/rtems/system.h: Only include cpuopts.h when building a
multilib configuration. Some ports still need targopts.h but this
small modification lets those ports work non-multilib while
fixing being fixed for multilib.
2001-01-16 Joel Sherrill <joel@OARcorp.com>
* Added task-based timers to the Timer Manager. This added three

View File

@@ -22,6 +22,7 @@
#include <rtems/score/watchdog.h>
#include <rtems/rtems/tasks.h>
#include <rtems/rtems/support.h>
#include <rtems/score/thread.h>
/*
@@ -181,7 +182,7 @@ rtems_status_code rtems_timer_initiate_server(
*/
status = rtems_task_create(
0x4954454d, /* "TIME" */
rtems_build_name( 'T', 'I', 'M', 'E' ),
1, /* create with priority 1 since 0 is illegal */
stack_size, /* let user specify stack size */
RTEMS_NO_PREEMPT, /* no preempt is like an interrupt */

View File

@@ -1,3 +1,10 @@
2001-01-18 Joel Sherrill <joel@OARcorp.com>
* include/rtems/system.h: Only include cpuopts.h when building a
multilib configuration. Some ports still need targopts.h but this
small modification lets those ports work non-multilib while
fixing being fixed for multilib.
2001-01-16 Joel Sherrill <joel@OARcorp.com>
* Added task-based timers to the Timer Manager. This added three

View File

@@ -22,6 +22,7 @@
#include <rtems/score/watchdog.h>
#include <rtems/rtems/tasks.h>
#include <rtems/rtems/support.h>
#include <rtems/score/thread.h>
/*
@@ -181,7 +182,7 @@ rtems_status_code rtems_timer_initiate_server(
*/
status = rtems_task_create(
0x4954454d, /* "TIME" */
rtems_build_name( 'T', 'I', 'M', 'E' ),
1, /* create with priority 1 since 0 is illegal */
stack_size, /* let user specify stack size */
RTEMS_NO_PREEMPT, /* no preempt is like an interrupt */