change log for rtems (2011-09-09)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Sep 9 10:10:22 UTC 2011
*sh*:
2011-09-09 Sebastian Huber <sebastian.huber at embedded-brains.de>
* nios2-thread-dispatch-disabled.c: Use offsetof() instead of
RTEMS_offsetof().
M 1.40 cpukit/score/cpu/nios2/ChangeLog
M 1.2 cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c
diff -u rtems/cpukit/score/cpu/nios2/ChangeLog:1.39 rtems/cpukit/score/cpu/nios2/ChangeLog:1.40
--- rtems/cpukit/score/cpu/nios2/ChangeLog:1.39 Fri Sep 2 10:06:00 2011
+++ rtems/cpukit/score/cpu/nios2/ChangeLog Fri Sep 9 05:00:46 2011
@@ -1,3 +1,8 @@
+2011-09-09 Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+ * nios2-thread-dispatch-disabled.c: Use offsetof() instead of
+ RTEMS_offsetof().
+
2011-09-02 Sebastian Huber <sebastian.huber at embedded-brains.de>
* rtems/score/nios2-utility.h, nios2-isr-set-level.c,
diff -u rtems/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c:1.1 rtems/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c:1.2
--- rtems/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c:1.1 Thu Sep 1 10:52:12 2011
+++ rtems/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c Fri Sep 9 05:00:47 2011
@@ -23,8 +23,7 @@
#define NIOS2_ASSERT_OFFSET(field, off) \
RTEMS_STATIC_ASSERT( \
- RTEMS_offsetof(Context_Control, field) \
- == NIOS2_CONTEXT_OFFSET_ ## off, \
+ offsetof(Context_Control, field) == NIOS2_CONTEXT_OFFSET_ ## off, \
nios2_context_offset_ ## field \
)
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110909/528175b9/attachment.html>
More information about the vc
mailing list