mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 15:47:28 +08: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
@@ -42,6 +42,7 @@
|
||||
#include <bsp.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
#include <rtems/score/percpu.h>
|
||||
#include <rtems/score/processormaskimpl.h>
|
||||
#include <rtems/score/smpimpl.h>
|
||||
#include <rtems/score/timecounter.h>
|
||||
#include <rtems/score/thread.h>
|
||||
|
||||
@@ -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