summaryrefslogtreecommitdiffstats
path: root/cpukit/score
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/score
parent2011-11-09 Werner Almesberger <werner@almesberger.net> (diff)
downloadrtems-529aa9d4a660c48cee58367a6f886c8eb3089f1c.tar.bz2
Move entries to correct file.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/cpu/lm32/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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.