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:
@@ -101,7 +101,7 @@ void bsp_start_on_secondary_processor(void)
|
||||
#ifndef QORIQ_IS_HYPERVISOR_GUEST
|
||||
static void bsp_inter_processor_interrupt(void *arg)
|
||||
{
|
||||
_SMP_Inter_processor_interrupt_handler();
|
||||
_SMP_Inter_processor_interrupt_handler(_Per_CPU_Get());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user