mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-13 03:22:31 +08:00
bsps/arm: Use proper default priority for GIC
Some GIC implementations do not have the complete range of priorities. The upper bits are RAZ/WI in this case.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#define GIC_CPUIF ((volatile gic_cpuif *) BSP_ARM_GIC_CPUIF_BASE)
|
||||
|
||||
#define PRIORITY_DEFAULT 128
|
||||
#define PRIORITY_DEFAULT 127
|
||||
|
||||
void bsp_interrupt_dispatch(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user