<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-09-09)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-09 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * nios2-thread-dispatch-disabled.c: Use offsetof() instead of
        RTEMS_offsetof().
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/nios2/ChangeLog.diff?r1=text&tr1=1.39&r2=text&tr2=1.40&diff_format=h">M</a></td><td width='1%'>1.40</td><td width='100%'>cpukit/score/cpu/nios2/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-09-09    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * nios2-thread-dispatch-disabled.c: Use offsetof() instead of
+       RTEMS_offsetof().
+
</font> 2011-09-02        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * rtems/score/nios2-utility.h, nios2-isr-set-level.c,

<font color='#006600'>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
</font><font color='#997700'>@@ -23,8 +23,7 @@
</font> 
 #define NIOS2_ASSERT_OFFSET(field, off) \
   RTEMS_STATIC_ASSERT( \
<font color='#880000'>-    RTEMS_offsetof(Context_Control, field) \
-      == NIOS2_CONTEXT_OFFSET_ ## off, \
</font><font color='#000088'>+    offsetof(Context_Control, field) == NIOS2_CONTEXT_OFFSET_ ## off, \
</font>     nios2_context_offset_ ## field \
   )
 
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>