summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-22 10:19:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-22 10:21:44 -0500
commit4350081f85da91dd70cedde7f1fc086842b445f8 (patch)
treec27b3a29efd1624c387bdec72779f331431719da
parentcpus4_exercise_affinity_api.scen: Reword comment (diff)
downloadrtems-schedsim-4350081f85da91dd70cedde7f1fc086842b445f8.tar.bz2
cpus4_affinity_case1.scen: Specify affinity in hexadecimal
-rw-r--r--schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus4_affinity_case1.scen8
-rw-r--r--schedsim/shell/shared/main_dump_all_cpus.c (renamed from schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c)0
2 files changed, 4 insertions, 4 deletions
diff --git a/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus4_affinity_case1.scen b/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus4_affinity_case1.scen
index e131502..563fcb1 100644
--- a/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus4_affinity_case1.scen
+++ b/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus4_affinity_case1.scen
@@ -2,10 +2,10 @@
#
#
rtems_init 4
-task_create smp1 4 -a 14
-task_create smp2 4 -a 14
-task_create smp3 4 -a 3
-task_create smp4 4 -a 3
+task_create smp1 4 -a 0xe
+task_create smp2 4 -a 0xe
+task_create smp3 4 -a 0x3
+task_create smp4 4 -a 0x3
# GOAL: want 0x0a010004 - 0x0a010001 as heir and executings
# GOAL: on CPUs 0 -3 respectively
diff --git a/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c b/schedsim/shell/shared/main_dump_all_cpus.c
index dfe3bc6..dfe3bc6 100644
--- a/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
+++ b/schedsim/shell/shared/main_dump_all_cpus.c