forked from Imagelibrary/rtems
2011-06-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/smp.c: Fix typo so this compiles.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-06-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* score/src/smp.c: Fix typo so this compiles.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
PR 1811/networking
|
||||
|
||||
@@ -276,7 +276,7 @@ void _SMP_Request_other_cores_to_shutdown(void)
|
||||
}
|
||||
if ( !allDown )
|
||||
printk( "All CPUs not successfully shutdown -- timed out\n" );
|
||||
#if (RTEMS_DEBUG)
|
||||
#if defined(RTEMS_DEBUG)
|
||||
else
|
||||
printk( "All CPUs shutdown successfully\n" );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user