mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-28 18:20:39 +08:00
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Do not unroll any code on this target and use a 16-bit object id.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems/score/cpu.h: Do not unroll any code on this target and use a
|
||||
16-bit object id.
|
||||
|
||||
2008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* cpu_asm.S: Enable same code paths for SX. Tested on simulator.
|
||||
|
||||
@@ -77,7 +77,13 @@ extern "C" {
|
||||
* XXX
|
||||
*/
|
||||
|
||||
#define CPU_UNROLL_ENQUEUE_PRIORITY TRUE
|
||||
#define CPU_UNROLL_ENQUEUE_PRIORITY FALSE
|
||||
|
||||
/*
|
||||
* Should this target use 16 or 32 bit object Ids?
|
||||
*
|
||||
*/
|
||||
#define RTEMS_USE_16_BIT_OBJECT
|
||||
|
||||
/*
|
||||
* Does RTEMS manage a dedicated interrupt stack in software?
|
||||
|
||||
Reference in New Issue
Block a user