summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/cpu/m32c/ChangeLog4
-rw-r--r--cpukit/score/cpu/m32c/rtems/score/cpu.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m32c/ChangeLog b/cpukit/score/cpu/m32c/ChangeLog
index 8277b83484..f27c061687 100644
--- a/cpukit/score/cpu/m32c/ChangeLog
+++ b/cpukit/score/cpu/m32c/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * rtems/score/cpu.h: Use a 16 bit object id on this target.
+
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* varvects.h: Fix prototype.
diff --git a/cpukit/score/cpu/m32c/rtems/score/cpu.h b/cpukit/score/cpu/m32c/rtems/score/cpu.h
index c66da04852..538c7da0e7 100644
--- a/cpukit/score/cpu/m32c/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m32c/rtems/score/cpu.h
@@ -44,6 +44,8 @@ extern "C" {
/* conditional compilation parameters */
+#define RTEMS_USE_16_BIT_OBJECT
+
/**
* Should the calls to @ref _Thread_Enable_dispatch be inlined?
*