summaryrefslogtreecommitdiff
path: root/include/common
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2023-02-22 10:51:11 +0100
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-02-22 10:51:11 +0100
commitba12668a65f9b10bc18f3b49a71999ed5d32714a (patch)
tree84cda7ff8c42c40c7f34badb0579235d6f0c843a /include/common
parente5ffd27f9b2c520a17580267929ec403bc28400c (diff)
parentd5eee8f3fbf53fce84c979e68433a27c93e3e96b (diff)
downloadarm-trusted-firmware-ba12668a65f9b10bc18f3b49a71999ed5d32714a.tar.gz
Merge "feat(gicv3): enlarge the range for intr_num of structure interrupt_prop_t" into integration
Diffstat (limited to 'include/common')
-rw-r--r--include/common/interrupt_props.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/interrupt_props.h b/include/common/interrupt_props.h
index 07bafaae5..681c89687 100644
--- a/include/common/interrupt_props.h
+++ b/include/common/interrupt_props.h
@@ -19,7 +19,7 @@
}
typedef struct interrupt_prop {
- unsigned int intr_num:10;
+ unsigned int intr_num:13;
unsigned int intr_pri:8;
unsigned int intr_grp:2;
unsigned int intr_cfg:2;