change log for rtems (2011-08-18)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu Aug 18 08:10:12 UTC 2011


 *sh*:
2011-08-18	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* spfatal_support/init.c: Ensure that _Thread_BSP_context is
	initialized.

M  1.473  testsuites/sptests/ChangeLog
M   1.13  testsuites/sptests/spfatal_support/init.c

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
@@ -1,3 +1,8 @@
+2011-08-18	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* spfatal_support/init.c: Ensure that _Thread_BSP_context is
+	initialized.
+
 2011-08-02	Petr Benes <benesp16 at fel.cvut.cz>
 
 	PR 1883/testing

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
@@ -152,6 +152,7 @@
     printk( "*** END OF TEST ***\n" );
   }
 
-  _Thread_Stop_multitasking();
+  if ( _System_state_Is_up( _System_state_Get() ) )
+    _Thread_Stop_multitasking();
 }
 


 *sh*:
2011-08-18	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* psxfatal_support/init.c: Ensure that _Thread_BSP_context is
	initialized.

M  1.352  testsuites/psxtests/ChangeLog
M   1.10  testsuites/psxtests/psxfatal_support/init.c

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
@@ -1,3 +1,8 @@
+2011-08-18	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* psxfatal_support/init.c: Ensure that _Thread_BSP_context is
+	initialized.
+
 2011-08-01	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* psx16/Makefile.am: New file.

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
@@ -149,6 +149,7 @@
     printk( "*** END OF TEST ***\n" );
   }
 
-  _Thread_Stop_multitasking();
+  if ( _System_state_Is_up( _System_state_Get() ) )
+    _Thread_Stop_multitasking();
 }
 



--

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/20110818/43816459/attachment-0001.html>


More information about the vc mailing list