summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/src/smp.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d6d8360aa7..6806c4c41b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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
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