summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-09-01 18:24:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-09-01 18:24:47 +0000
commitcae389ba36b9e4a27bad0e6a40b72abc92b3b693 (patch)
tree2a25083cdcd93c4523992003599ceff5971a1e33 /cpukit/ChangeLog
parent2011-09-01 Petr Benes <benesp16@fel.cvut.cz> (diff)
downloadrtems-cae389ba36b9e4a27bad0e6a40b72abc92b3b693.tar.bz2
2011-09-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1895/cpukit * score/src/coretodmsecstoticks.c, score/src/coretodusectoticks.c, score/src/timespectoticks.c: Ensure time conversions to ticks do not ignore partial tick and return 1 less than desired.
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 2665f81dc4..c0a4058047 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1895/cpukit
+ * score/src/coretodmsecstoticks.c, score/src/coretodusectoticks.c,
+ score/src/timespectoticks.c: Ensure time conversions to ticks do not
+ ignore partial tick and return 1 less than desired.
+
2011-09-01 Petr Benes <benesp16@fel.cvut.cz>
PR 1895/cpukit