mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
Merge pull request #1720 from jeenu-arm/gic-priority
GIC: Remove lowest priority constants
This commit is contained in:
commit
e01065472a
1 changed files with 1 additions and 3 deletions
|
@ -35,11 +35,9 @@
|
|||
#define GIC_INTR_CFG_LEVEL (0 << 1)
|
||||
#define GIC_INTR_CFG_EDGE (1 << 1)
|
||||
|
||||
/* Constants to categorise priorities */
|
||||
/* Highest possible interrupt priorities */
|
||||
#define GIC_HIGHEST_SEC_PRIORITY U(0x00)
|
||||
#define GIC_LOWEST_SEC_PRIORITY U(0x7f)
|
||||
#define GIC_HIGHEST_NS_PRIORITY U(0x80)
|
||||
#define GIC_LOWEST_NS_PRIORITY U(0xfe) /* 0xff would disable all interrupts */
|
||||
|
||||
/*******************************************************************************
|
||||
* GIC Distributor interface register offsets that are common to GICv3 & GICv2
|
||||
|
|
Loading…
Add table
Reference in a new issue