#3524 assigned task

Add a separate system initialization handler set for secondary processors

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 7.1
Component: score Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Currently the only the boot processor calls system initialization handlers in rtems_initialize_executive(). Add a second set of handlers which are called by secondary processors in _SMP_Start_multitasking_on_secondary_processor() after the CPU state change to PER_CPU_STATE_READY_TO_START_MULTITASKING.

The use case for this are device drivers and extensions such as the stack checker.

Change History (2)

comment:1 Changed on 12/19/19 at 08:07:34 by Sebastian Huber

Milestone: 5.16.1

comment:2 Changed on 01/26/22 at 13:32:46 by Sebastian Huber

Milestone: 6.17.1
Note: See TracTickets for help on using tickets.