summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-29 00:33:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-29 00:33:12 +0000
commit9418359d7647b53847ee922cd73a56fb4de312e1 (patch)
tree0267262f337366348d990904337cb2ccce75a3fe /cpukit/score/cpu/no_cpu/ChangeLog
parent2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9418359d7647b53847ee922cd73a56fb4de312e1.tar.bz2
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit * cpu_asm.c, 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 'cpukit/score/cpu/no_cpu/ChangeLog')
-rw-r--r--cpukit/score/cpu/no_cpu/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog
index e02708a45f..9ad3643067 100644
--- a/cpukit/score/cpu/no_cpu/ChangeLog
+++ b/cpukit/score/cpu/no_cpu/ChangeLog
@@ -1,3 +1,11 @@
+2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1573/cpukit
+ * cpu_asm.c, 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-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.c: Add include of config.h