summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-06 22:42:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-06 22:42:48 +0000
commit7b1df577618c052623d4def27209a36e932cc22b (patch)
tree2983861663a4d156f65e10b5b9a8e6d87f2e2c49 /cpukit/ChangeLog
parentvarious changes (diff)
downloadrtems-7b1df577618c052623d4def27209a36e932cc22b.tar.bz2
2009-10-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/ioregisterdriver.c: Reowork so this is a context switch disable critical section not interrupt disable critical section. Hopefully eliminated dead code which showed up in coverage runs.
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 bdc6b95a1a..f3a27c18ae 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sapi/src/ioregisterdriver.c: Reowork so this is a context switch
+ disable critical section not interrupt disable critical section.
+ Hopefully eliminated dead code which showed up in coverage runs.
+
2009-10-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* sapi/include/rtems/io.h, sapi/src/ioregisterdriver.c: Documenation.