smptests/smpmrsp01: Fix test context

This commit is contained in:
Sebastian Huber
2016-03-03 09:10:14 +01:00
parent 73de9393e3
commit eead8f7cf9
+1 -1
View File
@@ -63,7 +63,7 @@ typedef struct {
rtems_id mrsp_ids[MRSP_COUNT];
rtems_id scheduler_ids[CPU_COUNT];
rtems_id worker_ids[2 * CPU_COUNT];
volatile bool stop_worker[CPU_COUNT];
volatile bool stop_worker[2 * CPU_COUNT];
counter counters[2 * CPU_COUNT];
uint32_t migration_counters[CPU_COUNT];
Thread_Control *worker_task;