summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpaffinity01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smpaffinity01/init.c')
-rw-r--r--testsuites/smptests/smpaffinity01/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/smptests/smpaffinity01/init.c b/testsuites/smptests/smpaffinity01/init.c
index 7e9ef53b1d..cc5f32130e 100644
--- a/testsuites/smptests/smpaffinity01/init.c
+++ b/testsuites/smptests/smpaffinity01/init.c
@@ -104,7 +104,6 @@ void Validate_affinity(void )
rtems_task_priority priority;
char ch[2];
-
puts( "Init - Set Init priority to high");
sc = rtems_task_set_priority( Init_id, 1, &priority );
directive_failed( sc, "Set Init Priority" );
@@ -240,6 +239,8 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_SMP_APPLICATION
+#define CONFIGURE_SCHEDULER_PRIORITY_AFFINITY_SMP
+
#define CONFIGURE_SMP_MAXIMUM_PROCESSORS NUM_CPUS
#define CONFIGURE_MAXIMUM_TASKS (NUM_CPUS*2)