summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-08 16:13:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-08 16:13:34 +0000
commit77199b756137860612d7d030d11714015dad8f2e (patch)
tree1326c622b9da4785e8313528775debeca4d960a3 /cpukit/score/src
parent2011-06-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-77199b756137860612d7d030d11714015dad8f2e.tar.bz2
2011-06-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/smp.c: Fix typo so this compiles.
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/smp.c b/cpukit/score/src/smp.c
index 4fbe4176e2..ab3443fa01 100644
--- a/cpukit/score/src/smp.c
+++ b/cpukit/score/src/smp.c
@@ -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