summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-29 00:33:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-29 00:33:58 +0000
commit8e407adb284ac8336ff4587ad45da09dc8c1529e (patch)
treedaae19fe96158cbe2be5edf400536b4619fdbd23 /cpukit/score/cpu/sh/ChangeLog
parent2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8e407adb284ac8336ff4587ad45da09dc8c1529e.tar.bz2
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit * rtems/score/cpu.h: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/sh/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog
index cf72fb6ace..77d99344c6 100644
--- a/cpukit/score/cpu/sh/ChangeLog
+++ b/cpukit/score/cpu/sh/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1573/cpukit
+ * rtems/score/cpu.h: Add a per cpu data structure which contains the
+ information required by RTEMS for each CPU core. This encapsulates
+ information such as thread executing, heir, idle and dispatch needed.
+
2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu.c: Warning removal.