From 77199b756137860612d7d030d11714015dad8f2e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 8 Jun 2011 16:13:34 +0000 Subject: 2011-06-08 Joel Sherrill * score/src/smp.c: Fix typo so this compiles. --- cpukit/ChangeLog | 4 ++++ cpukit/score/src/smp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') 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 + + * score/src/smp.c: Fix typo so this compiles. + 2011-06-07 Sebastian Huber 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 -- cgit v1.2.3