2011-06-08 Joel Sherrill <joel.sherrill@oarcorp.com>

* score/src/smp.c: Fix typo so this compiles.
This commit is contained in:
Joel Sherrill
2011-06-08 16:13:34 +00:00
parent 903bd10600
commit 77199b7561
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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