summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-11 19:35:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-11 19:35:30 +0000
commit9cf17fb8cf56f907ae56f52ac76e14417d199425 (patch)
treed948194cb92a9f61debf16f50577ccd5966b320d /cpukit
parent2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9cf17fb8cf56f907ae56f52ac76e14417d199425.tar.bz2
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Use a 16 bit object id on this target.
Diffstat (limited to 'cpukit')
-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?
*