mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 14:06:00 +08:00
smptests/smpmrsp01: Fix test context
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user