summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-22 20:57:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-22 20:57:34 +0000
commit60f016f59d170fb51d57d9b1618f86d28e3f79bb (patch)
tree350b53e2f77f77713bc5bd7a8a9bcc21ce818e38 /cpukit/ChangeLog
parent2007-05-22 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-60f016f59d170fb51d57d9b1618f86d28e3f79bb.tar.bz2
2007-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/cpu/arm/cpu.c, score/cpu/avr/cpu.c, score/cpu/bfin/cpu.c, score/cpu/c4x/cpu.c, score/cpu/h8300/cpu.c, score/cpu/i386/cpu.c, score/cpu/m68k/cpu.c, score/cpu/mips/cpu.c, score/cpu/nios2/cpu.c, score/cpu/no_cpu/cpu.c, score/cpu/sh/cpu.c, score/cpu/sparc/cpu.c, cpukit/sapi/src/exinit.c: Move copying of CPU Table to shared executive initialization.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 70c47843d8..8561a37cd4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2007-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * score/cpu/arm/cpu.c, score/cpu/avr/cpu.c, score/cpu/bfin/cpu.c,
+ score/cpu/c4x/cpu.c, score/cpu/h8300/cpu.c, score/cpu/i386/cpu.c,
+ score/cpu/m68k/cpu.c, score/cpu/mips/cpu.c, score/cpu/nios2/cpu.c,
+ score/cpu/no_cpu/cpu.c, score/cpu/sh/cpu.c, score/cpu/sparc/cpu.c,
+ cpukit/sapi/src/exinit.c: Move copying of CPU Table to shared
+ executive initialization.
+
+2007-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/src/corerwlockrelease.c: Do not dereference NULL.
2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>