mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
bsps: Include <rtems/score/processormaskimpl.h>
This fixes commit b678a199e499b6c3f0b453393434aefaee180423 for SMP configurations.
This commit is contained in:
committed by
Amar Takhar
parent
1d668054c0
commit
83f0c0259b
@@ -38,6 +38,7 @@
|
||||
|
||||
#include <bsp/irq-generic.h>
|
||||
#include <bsp/start.h>
|
||||
#include <rtems/score/processormaskimpl.h>
|
||||
|
||||
#define GIC_CPUIF ((volatile gic_cpuif *) BSP_ARM_GIC_CPUIF_BASE)
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
#include <bsp/irq-generic.h>
|
||||
#include <bsp/start.h>
|
||||
#include <rtems/score/processormaskimpl.h>
|
||||
|
||||
void bsp_interrupt_dispatch(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user