summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-09 13:46:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-09 13:46:39 +0000
commit031b57caa39e182fc851f79fcd6e279074710689 (patch)
tree84dae621acd6f9414c17e35c3c185333ab9c7e44 /cpukit/ChangeLog
parent2009-10-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de> (diff)
downloadrtems-031b57caa39e182fc851f79fcd6e279074710689.tar.bz2
2009-10-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* cpukit/sapi/include/rtems/io.h: Documentation. * cpukit/sapi/src/ioregisterdriver.c: Call from interrupt context is an error. * cpukit/sapi/src/iounregisterdriver.c: Disable preemption during critical section.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1fb491d02e..14be906af1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
+
+ * cpukit/sapi/include/rtems/io.h: Documentation.
+ * cpukit/sapi/src/ioregisterdriver.c: Call from interrupt context is
+ an error.
+ * cpukit/sapi/src/iounregisterdriver.c: Disable preemption during
+ critical section.
+
2009-10-09 Chris Johns <chrisj@rtems.org>
* libmisc/shell/main_mknod.c: Fixed build problem with networking