forked from Imagelibrary/rtems
@@ -36,7 +36,6 @@
|
|||||||
|
|
||||||
#include <dev/irq/arm-gic-irq.h>
|
#include <dev/irq/arm-gic-irq.h>
|
||||||
#include <bsp/irq-generic.h>
|
#include <bsp/irq-generic.h>
|
||||||
#include <rtems/score/cpu_irq.h>
|
|
||||||
|
|
||||||
void arm_interrupt_handler_dispatch(rtems_vector_number vector)
|
void arm_interrupt_handler_dispatch(rtems_vector_number vector)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -31,6 +31,12 @@
|
|||||||
#include <bsp/irq-generic.h>
|
#include <bsp/irq-generic.h>
|
||||||
#include <bsp/start.h>
|
#include <bsp/start.h>
|
||||||
|
|
||||||
|
#ifdef ARM_MULTILIB_ARCH_V4
|
||||||
|
#include <rtems/score/armv4.h>
|
||||||
|
#else
|
||||||
|
#include <rtems/score/cpu_irq.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define PRIORITY_DEFAULT 127
|
#define PRIORITY_DEFAULT 127
|
||||||
|
|
||||||
#define MPIDR_AFFINITY2(val) BSP_FLD64(val, 16, 23)
|
#define MPIDR_AFFINITY2(val) BSP_FLD64(val, 16, 23)
|
||||||
|
|||||||
Reference in New Issue
Block a user