summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-11 19:35:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-11 19:35:09 +0000
commitef47bc78fcce1e5ca5d07ee6cfc8873fde9fb90b (patch)
tree45558a9afe2a03c788e1d5cbd27598959d011e72 /cpukit/score/cpu/h8300/rtems/score
parent2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ef47bc78fcce1e5ca5d07ee6cfc8873fde9fb90b.tar.bz2
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.
Diffstat (limited to 'cpukit/score/cpu/h8300/rtems/score')
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/cpu.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h
index 5eb1b8af9d..44d54b7c80 100644
--- a/cpukit/score/cpu/h8300/rtems/score/cpu.h
+++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h
@@ -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?