summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-04 14:06:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-04 14:06:50 +0000
commitd3210d0a11dbebd032b42a4bac3031143d591b5e (patch)
tree3a18602780f958943f8a2d5b09a63772a4df6232 /c/src/lib/libbsp/sparc/erc32/ChangeLog
parentFix the date. (diff)
downloadrtems-d3210d0a11dbebd032b42a4bac3031143d591b5e.tar.bz2
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1748/bsps * clock/ckinit.c: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/ChangeLog b/c/src/lib/libbsp/sparc/erc32/ChangeLog
index bead231808..d6b52b1c67 100644
--- a/c/src/lib/libbsp/sparc/erc32/ChangeLog
+++ b/c/src/lib/libbsp/sparc/erc32/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1748/bsps
+ * clock/ckinit.c: When the clock tick generates an interrupt WHILE we
+ have interrupts disabled doing a get TOD or uptime, the get
+ nanoseconds handler was returning a bogusly large number.
+
2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1750/bsps