forked from Imagelibrary/rtems
score: _SMP_Inter_processor_interrupt_handler()
Pass current processor control via parameter since it may be already available at the caller side.
This commit is contained in:
@@ -32,7 +32,7 @@ static rtems_isr bsp_inter_processor_interrupt(
|
||||
rtems_vector_number vector
|
||||
)
|
||||
{
|
||||
_SMP_Inter_processor_interrupt_handler();
|
||||
_SMP_Inter_processor_interrupt_handler(_Per_CPU_Get());
|
||||
}
|
||||
|
||||
void bsp_start_on_secondary_processor()
|
||||
|
||||
Reference in New Issue
Block a user