summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-17 17:41:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-17 17:41:19 +0000
commitf7588ebab7194d8890ce2336cd7b9a66319f00cf (patch)
treead252b82892c47c4077b6ed36cac00ca689d6c07 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-04-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-f7588ebab7194d8890ce2336cd7b9a66319f00cf.tar.bz2
2007-04-17 Joel Sherrill <joel@OARcorp.com>
* mpc6xx/clock/c_clock.c: Add initial cut at nanoseconds since last tick handler.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 5722ca27a2..54117fc0f2 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-17 Joel Sherrill <joel@OARcorp.com>
+
+ * mpc6xx/clock/c_clock.c: Add initial cut at nanoseconds since last
+ tick handler.
+
2007-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/include/byteorder.h: Use uint*_t instead of char/short/int.