mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "fix(gicv2): fix SGIR_NSATT bitshift" into integration
This commit is contained in:
commit
e9398e46bc
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
#define SGIR_TGTLSTFLT_MASK U(0x3)
|
||||
#define SGIR_TGTLST_SHIFT 16
|
||||
#define SGIR_TGTLST_MASK U(0xff)
|
||||
#define SGIR_NSATT (U(0x1) << 16)
|
||||
#define SGIR_NSATT (U(0x1) << 15)
|
||||
#define SGIR_INTID_MASK ULL(0xf)
|
||||
|
||||
#define SGIR_TGT_SPECIFIC U(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue