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:
Sebastian Huber
2013-08-13 14:43:54 +02:00
parent 39a6e4ea69
commit c32c80ea04

View File

@@ -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)
{