summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-09 18:51:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-09 18:51:59 +0000
commit529aa9d4a660c48cee58367a6f886c8eb3089f1c (patch)
tree20f12bab1a502baf10eca8bdf067471eb8051712 /cpukit
parent2011-11-09 Werner Almesberger <werner@almesberger.net> (diff)
downloadrtems-529aa9d4a660c48cee58367a6f886c8eb3089f1c.tar.bz2
Move entries to correct file.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog12
-rw-r--r--cpukit/score/cpu/lm32/ChangeLog12
2 files changed, 12 insertions, 12 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index cde12220dd..cf4929054b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,15 +1,3 @@
-2011-11-09 Werner Almesberger <werner@almesberger.net>
-
- PR 1954/cpukit
- * score/cpu/lm32/rtems/score/lm32.h: Protect against macro expansion.
-
-2011-11-09 Werner Almesberger <werner@almesberger.net>
-
- PR 1957/cpukit
- * score/include/rtems/score/coremutex.h,
- score/inline/rtems/score/threadmp.inl: Add parentheses to protect
- macro arguments.
-
2011-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 1952/cpukit
diff --git a/cpukit/score/cpu/lm32/ChangeLog b/cpukit/score/cpu/lm32/ChangeLog
index bded968ea0..37ad14f3c6 100644
--- a/cpukit/score/cpu/lm32/ChangeLog
+++ b/cpukit/score/cpu/lm32/ChangeLog
@@ -1,5 +1,17 @@
2011-11-09 Werner Almesberger <werner@almesberger.net>
+ PR 1954/cpukit
+ * score/cpu/lm32/rtems/score/lm32.h: Protect against macro expansion.
+
+2011-11-09 Werner Almesberger <werner@almesberger.net>
+
+ PR 1957/cpukit
+ * score/include/rtems/score/coremutex.h,
+ score/inline/rtems/score/threadmp.inl: Add parentheses to protect
+ macro arguments.
+
+2011-11-09 Werner Almesberger <werner@almesberger.net>
+
PR 1955/cpukit
* rtems/score/cpu.h: Convert CPU_swap_u16 into a static inline.