summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-10 04:00:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-10 04:00:32 +0000
commit99365ed0376e3b3bafdb411643a2fe55c836c37a (patch)
tree33e59326008c81a431d8e5bb1bd3d2fbbabbe45a /cpukit/ChangeLog
parent2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-99365ed0376e3b3bafdb411643a2fe55c836c37a.tar.bz2
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1986/libcpu * rtems/include/rtems/rtems/cache.h: Add rtems_cache_aligned_malloc decl.
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 97e6d27f8e..6150971a19 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+ PR 1986/libcpu
+ * rtems/include/rtems/rtems/cache.h:
+ Add rtems_cache_aligned_malloc decl.
+
+2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>