summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-05-08 10:17:03 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-05-09 08:37:18 -0500
commit49fbe09ed23768a5869c48223991774362ed328b (patch)
treed33892ee628c8af4ace1a72d02e998a89eeced82
parentschedsim: turn off workspace debug. (diff)
downloadrtems-schedsim-49fbe09ed23768a5869c48223991774362ed328b.tar.bz2
schedsim_smpsimple: Fix output of cpu dump.
-rw-r--r--schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c b/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
index faa4de7..6301ec3 100644
--- a/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
+++ b/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
@@ -18,7 +18,6 @@
// #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <rtems.h>
-#include <rtems/bspsmp.h>
#include <rtems/score/percpu.h>
#include <rtems/score/smp.h>
#include <rtems/score/schedulerpriority.h>
@@ -32,8 +31,7 @@ int main_dump_all_cpus(int argc, char **argv)
printf(
"=== CPU Status\n"
- " EXECUTING / HEIR / IDLE / "
- " SWITCH NEEDED\n"
+ " EXECUTING / HEIR / SWITCH NEEDED\n"
);
for ( cpu=0 ; cpu < _SMP_Processor_count ; cpu++ ) {
e = _Per_CPU_Information[cpu].per_cpu.executing;