summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-05-03 09:13:36 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-05-03 09:13:36 +0000
commitb2f216e14f2f9cfbaca8d0839b1ac4365bedb312 (patch)
treee4e1f9fd3eec5b5e2c7eb9fee1bdc2b517257bb1 /cpukit/ChangeLog
parent2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b2f216e14f2f9cfbaca8d0839b1ac4365bedb312.tar.bz2
2010-05-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/confdefs.h: New define CONFIGURE_SEMAPHORES for the overall count of required semaphores. New define CONFIGURE_LIBBLOCK_SEMAPHORES for the count of required disk and bdbuf semaphores.
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 7ad209ca95..7b42d5bc81 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * sapi/include/confdefs.h: New define CONFIGURE_SEMAPHORES for the
+ overall count of required semaphores. New define
+ CONFIGURE_LIBBLOCK_SEMAPHORES for the count of required disk and bdbuf
+ semaphores.
+
2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add missing "&&".