summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 11:35:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 11:35:36 +0000
commit517655cde4ac91e32055db467c500d8f840ec7d3 (patch)
treee2d1cb24b98383fa5be55e02e2bd1d782d5e4368 /cpukit/ChangeLog
parent2009-11-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-517655cde4ac91e32055db467c500d8f840ec7d3.tar.bz2
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/thread.h: Revert accidentally committed change. It is possible that _Thread_Dispatch_disable_level can be an 8-bit variable but this impacts assembly and must be carefully considered.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 58064a8220..ee325739d9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/include/rtems/score/thread.h: Revert accidentally committed
+ change. It is possible that _Thread_Dispatch_disable_level can be an
+ 8-bit variable but this impacts assembly and must be carefully
+ considered.
+
2009-11-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/capture/capture.h (RTEMS_CAPTURE_CONTROL_FROM_MASK):