<!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-08-18)</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-08-18 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * spfatal_support/init.c: Ensure that _Thread_BSP_context is
        initialized.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.472&r2=text&tr2=1.473&diff_format=h">M</a></td><td width='1%'>1.473</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spfatal_support/init.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>testsuites/sptests/spfatal_support/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.472 rtems/testsuites/sptests/ChangeLog:1.473
--- rtems/testsuites/sptests/ChangeLog:1.472    Tue Aug  2 16:46:20 2011
+++ rtems/testsuites/sptests/ChangeLog  Thu Aug 18 02:47:07 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-08-18    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * spfatal_support/init.c: Ensure that _Thread_BSP_context is
+       initialized.
+
</font> 2011-08-02        Petr Benes <benesp16@fel.cvut.cz>
 
        PR 1883/testing

<font color='#006600'>diff -u rtems/testsuites/sptests/spfatal_support/init.c:1.12 rtems/testsuites/sptests/spfatal_support/init.c:1.13
--- rtems/testsuites/sptests/spfatal_support/init.c:1.12        Sun Jul 24 17:10:20 2011
+++ rtems/testsuites/sptests/spfatal_support/init.c     Thu Aug 18 02:47:07 2011
</font><font color='#997700'>@@ -152,6 +152,7 @@
</font>     printk( "*** END OF TEST ***\n" );
   }
 
<font color='#880000'>-  _Thread_Stop_multitasking();
</font><font color='#000088'>+  if ( _System_state_Is_up( _System_state_Get() ) )
+    _Thread_Stop_multitasking();
</font> }
 
</pre>
<p> </p>
<a name='cs2'></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-08-18 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * psxfatal_support/init.c: Ensure that _Thread_BSP_context is
        initialized.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.351&r2=text&tr2=1.352&diff_format=h">M</a></td><td width='1%'>1.352</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psxfatal_support/init.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>testsuites/psxtests/psxfatal_support/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.351 rtems/testsuites/psxtests/ChangeLog:1.352
--- rtems/testsuites/psxtests/ChangeLog:1.351   Mon Aug  1 08:27:15 2011
+++ rtems/testsuites/psxtests/ChangeLog Thu Aug 18 02:47:37 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-08-18    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * psxfatal_support/init.c: Ensure that _Thread_BSP_context is
+       initialized.
+
</font> 2011-08-01        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * psx16/Makefile.am: New file.

<font color='#006600'>diff -u rtems/testsuites/psxtests/psxfatal_support/init.c:1.9 rtems/testsuites/psxtests/psxfatal_support/init.c:1.10
--- rtems/testsuites/psxtests/psxfatal_support/init.c:1.9       Tue Feb 22 03:47:32 2011
+++ rtems/testsuites/psxtests/psxfatal_support/init.c   Thu Aug 18 02:47:38 2011
</font><font color='#997700'>@@ -149,6 +149,7 @@
</font>     printk( "*** END OF TEST ***\n" );
   }
 
<font color='#880000'>-  _Thread_Stop_multitasking();
</font><font color='#000088'>+  if ( _System_state_Is_up( _System_state_Get() ) )
+    _Thread_Stop_multitasking();
</font> }
 
</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>