<!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 (2010-04-25)</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * rtems/score/cpu.h: Remove warning in _CPU_Context_Initialize.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/h8300/ChangeLog.diff?r1=text&tr1=1.93&r2=text&tr2=1.94&diff_format=h">M</a></td><td width='1%'>1.94</td><td width='100%'>cpukit/score/cpu/h8300/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/h8300/rtems/score/cpu.h.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>cpukit/score/cpu/h8300/rtems/score/cpu.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/lm32/ChangeLog.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>cpukit/score/cpu/lm32/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/lm32/rtems/score/cpu.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>cpukit/score/cpu/lm32/rtems/score/cpu.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/mips/ChangeLog.diff?r1=text&tr1=1.135&r2=text&tr2=1.136&diff_format=h">M</a></td><td width='1%'>1.136</td><td width='100%'>cpukit/score/cpu/mips/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/mips/rtems/score/cpu.h.diff?r1=text&tr1=1.54&r2=text&tr2=1.55&diff_format=h">M</a></td><td width='1%'>1.55</td><td width='100%'>cpukit/score/cpu/mips/rtems/score/cpu.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/h8300/ChangeLog:1.93 rtems/cpukit/score/cpu/h8300/ChangeLog:1.94
--- rtems/cpukit/score/cpu/h8300/ChangeLog:1.93 Sat Mar 27 10:01:35 2010
+++ rtems/cpukit/score/cpu/h8300/ChangeLog      Sun Apr 25 10:06:32 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-04-25    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * rtems/score/cpu.h: Remove warning in _CPU_Context_Initialize.
+
</font> 2010-03-27        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * cpu.c, cpu_asm.S: Add include of config.h

<font color='#006600'>diff -u rtems/cpukit/score/cpu/h8300/rtems/score/cpu.h:1.38 rtems/cpukit/score/cpu/h8300/rtems/score/cpu.h:1.39
--- rtems/cpukit/score/cpu/h8300/rtems/score/cpu.h:1.38 Thu Dec  3 23:22:48 2009
+++ rtems/cpukit/score/cpu/h8300/rtems/score/cpu.h      Sun Apr 25 10:06:32 2010
</font><font color='#997700'>@@ -762,12 +762,12 @@
</font>                                    _isr, _entry_point, _is_fp ) \
   /* Locate Me */ \
   do { \
<font color='#880000'>-    uint32_t   _stack; \
</font><font color='#000088'>+    uintptr_t   _stack; \
</font>     \
     if ( (_isr) ) (_the_context)->ccr = CPU_CCR_INTERRUPTS_OFF; \
     else          (_the_context)->ccr = CPU_CCR_INTERRUPTS_ON; \
     \
<font color='#880000'>-    _stack = ((uint32_t)(_stack_base)) + (_size) - 4; \
</font><font color='#000088'>+    _stack = ((uintptr_t)(_stack_base)) + (_size) - 4; \
</font>     *((proc_ptr *)(_stack)) = (_entry_point); \
      (_the_context)->er7     = (void *) _stack; \
      (_the_context)->er6     = (void *) _stack; \

<font color='#006600'>diff -u rtems/cpukit/score/cpu/lm32/ChangeLog:1.10 rtems/cpukit/score/cpu/lm32/ChangeLog:1.11
--- rtems/cpukit/score/cpu/lm32/ChangeLog:1.10  Wed Apr 14 23:51:23 2010
+++ rtems/cpukit/score/cpu/lm32/ChangeLog       Sun Apr 25 09:58:27 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-04-25    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * rtems/score/cpu.h: Remove warning in _CPU_Context_Initialize.
+
</font> 2010-04-15        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * rtems/score/cpu.h: Make _gp global.

<font color='#006600'>diff -u rtems/cpukit/score/cpu/lm32/rtems/score/cpu.h:1.7 rtems/cpukit/score/cpu/lm32/rtems/score/cpu.h:1.8
--- rtems/cpukit/score/cpu/lm32/rtems/score/cpu.h:1.7   Wed Apr 14 23:51:23 2010
+++ rtems/cpukit/score/cpu/lm32/rtems/score/cpu.h       Sun Apr 25 09:58:27 2010
</font><font color='#997700'>@@ -846,10 +846,10 @@
</font>                                  _isr, _entry_point, _is_fp ) \
    do { \
      uint32_t _stack = (uint32_t)(_stack_base) + (_size) - 4; \
<font color='#880000'>-     (_the_context)->gp = (void *)_gp; \
-     (_the_context)->fp = (void *)_stack; \
-     (_the_context)->sp = (void *)_stack; \
-     (_the_context)->ra = (void *)(_entry_point); \
</font><font color='#000088'>+     (_the_context)->gp = (uint32_t)_gp; \
+     (_the_context)->fp = (uint32_t)_stack; \
+     (_the_context)->sp = (uint32_t)_stack; \
+     (_the_context)->ra = (uint32_t)(_entry_point); \
</font>    } while ( 0 )
 
 /**

<font color='#006600'>diff -u rtems/cpukit/score/cpu/mips/ChangeLog:1.135 rtems/cpukit/score/cpu/mips/ChangeLog:1.136
--- rtems/cpukit/score/cpu/mips/ChangeLog:1.135 Sat Mar 27 10:02:15 2010
+++ rtems/cpukit/score/cpu/mips/ChangeLog       Sun Apr 25 09:56:05 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-04-25    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * rtems/score/cpu.h: Remove warning in _CPU_Context_Initialize.
+
</font> 2010-03-27        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * cpu.c, cpu_asm.S: Add include of config.h

<font color='#006600'>diff -u rtems/cpukit/score/cpu/mips/rtems/score/cpu.h:1.54 rtems/cpukit/score/cpu/mips/rtems/score/cpu.h:1.55
--- rtems/cpukit/score/cpu/mips/rtems/score/cpu.h:1.54  Thu Dec  3 23:24:40 2009
+++ rtems/cpukit/score/cpu/mips/rtems/score/cpu.h       Sun Apr 25 09:56:05 2010
</font><font color='#997700'>@@ -857,8 +857,8 @@
</font>            (uintptr_t)(_stack_base) + (_size) - CPU_STACK_ALIGNMENT; \
         uintptr_t  _intlvl = _isr & 0xff; \
        _stack_tmp &= ~(CPU_STACK_ALIGNMENT - 1); \
<font color='#880000'>-<span style="background-color: #FF0000">  </span>    (_the_context)->sp = _stack_tmp; \
-<span style="background-color: #FF0000">  </span>        (_the_context)->fp = _stack_tmp; \
</font><font color='#000088'>+<span style="background-color: #FF0000">  </span>       (_the_context)->sp = (__MIPS_REGISTER_TYPE) _stack_tmp; \
+<span style="background-color: #FF0000">  </span>        (_the_context)->fp = (__MIPS_REGISTER_TYPE) _stack_tmp; \
</font>   (_the_context)->ra = (__MIPS_REGISTER_TYPE)_entry_point; \
        (_the_context)->c0_sr = ((_intlvl==0)?(mips_interrupt_mask() | 0x300 | _INTON): \
                ( ((_intlvl<<9) & mips_interrupt_mask()) | 0x300 | ((_intlvl & 1)?_INTON:0)) ) | \
</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>