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:
Joel Sherrill
2009-02-11 19:35:09 +00:00
parent 65e8f257c6
commit ef47bc78fc
2 changed files with 12 additions and 1 deletions
+5
View File
@@ -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.
+7 -1
View File
@@ -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?