summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-05-22 15:22:15 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-05-23 09:49:01 -0500
commitb6f52660e72c03810da270528bec046e914f09ef (patch)
treeae575da2abd9faffefa0c2548da8c12bd3f31ee1
parentcpu.h: Include sys/cpuset.h so RTEMS tasks.h doesn't have to be modified (diff)
downloadrtems-schedsim-b6f52660e72c03810da270528bec046e914f09ef.tar.bz2
shared: Fix bug in cpu checking of dump all cpus method.
-rw-r--r--schedsim/shell/shared/main_dump_all_cpus.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/schedsim/shell/shared/main_dump_all_cpus.c b/schedsim/shell/shared/main_dump_all_cpus.c
index 5f55298..2e1f108 100644
--- a/schedsim/shell/shared/main_dump_all_cpus.c
+++ b/schedsim/shell/shared/main_dump_all_cpus.c
@@ -65,9 +65,6 @@ int main_dump_all_cpus(int argc, char **argv)
if ( argv[cpu + 1][ 0 ] == '-' )
continue;
- if ( lookup_task( argv[cpu + 1], &id ) )
- return -1;
-
if ( !strcmp( argv[cpu + 1], "IDLE" )) {
/* XXX should do something cleaner for the ID mask */
if ( (e->Object.id & 0xFFFF0000) != 0x09010000 ) {