summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:58:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:58:33 +0000
commit28c55e42188e21ef291767bdb3fc2e5acbf79084 (patch)
tree5b3906b1c1e754ba0274a1e346a233cf0056b890 /cpukit/ChangeLog
parent2006-11-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-28c55e42188e21ef291767bdb3fc2e5acbf79084.tar.bz2
2006-11-17 Joel Sherrill <joel@OARcorp.com>
* score/src/coresemseize.c: Add missing ISR enable.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d18293ed44..9375525fc1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2006-11-17 Joel Sherrill <joel@OARcorp.com>
+ * score/src/coresemseize.c: Add missing ISR enable.
+
+2006-11-17 Joel Sherrill <joel@OARcorp.com>
+
* score/src/heapwalk.c: Use printk not printf.
2006-11-17 Joel Sherrill <joel@OARcorp.com>