summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 17:28:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 17:28:10 +0000
commit959f887aaf4e81fa8a18556a2d390dd6bc283c3d (patch)
tree87b14540d68525a13bf85fbc99f67170ecd9e673 /c/src/lib/libbsp/i386/pc386/ChangeLog
parent2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-959f887aaf4e81fa8a18556a2d390dd6bc283c3d.tar.bz2
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
Michael South <msouth@msouth.org> PR 1344/bsps * configure.ac, clock/ckinit.c, timer/timer.c: Add use of TSC for nanoseconds granularity. i8254 is very slow on some systems. TSC use is auto-detected by default.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 3e2d66c569..5b6782b917 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+ Michael South <msouth@msouth.org>
+
+ PR 1344/bsps
+ * configure.ac, clock/ckinit.c, timer/timer.c: Add use of TSC for
+ nanoseconds granularity. i8254 is very slow on some systems. TSC use
+ is auto-detected by default.
+
2008-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspgetworkarea.c: Remove debug prints.