summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-18 14:48:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-18 14:48:13 +0000
commita607d363ef7cb9ec705c9734e0cc74e4f501fbea (patch)
tree9ca413dcc60a515b128d44ce58310f2c0eec4303 /cpukit/ChangeLog
parent2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a607d363ef7cb9ec705c9734e0cc74e4f501fbea.tar.bz2
2006-11-18 Joel Sherrill <joel@OARcorp.com>
* score/src/heapwalk.c: Do not use printk yet since many BSPs do not prove the hooks for printk yet. This will require enough BSP changes to delay until 4.8.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0a0f78e7da..0d1854b6b3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-18 Joel Sherrill <joel@OARcorp.com>
+
+ * score/src/heapwalk.c: Do not use printk yet since many BSPs do not
+ prove the hooks for printk yet. This will require enough BSP changes
+ to delay until 4.8.
+
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add check for uintmax_t.