summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-12 13:23:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-12 13:23:12 +0000
commit0a101d572d7abb5a18103143552d52c83599a6a4 (patch)
tree7f1629c301a552ad0dbd72e36bc2269db67f09ed /cpukit/ChangeLog
parent2011-05-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0a101d572d7abb5a18103143552d52c83599a6a4.tar.bz2
2011-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1788/cpukit * score/include/rtems/score/percpu.h, score/include/rtems/score/thread.h: Make time of last context switch part of per cpu information since each core has a different context switch to track.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 8b8c4954e4..0ce890626e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1788/cpukit
+ * score/include/rtems/score/percpu.h,
+ score/include/rtems/score/thread.h: Make time of last context switch
+ part of per cpu information since each core has a different context
+ switch to track.
+
2011-05-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/ucred.h: Make self-contained.