commit | dc4b8c6a525e608c719035a38249afbd5d803135 | [log] [tgz] |
---|---|---|
author | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Thu Aug 03 12:13:27 2023 -0500 |
committer | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Mon Sep 25 17:06:35 2023 -0500 |
tree | 383a1ca622d7b6fb7800e60d3c132a3c6b3e5398 | |
parent | 9825b77a6810a6355c90714d6e0eb8c00fb9dc25 [diff] |
chore(gicv2): use interrupt group instead of type The generic interrupt controller identifies an interrupt based on its type whereas the GIC uses the notion of groups to identify an interrupt. This patch changes the name of the helper functions to use group rather than type for handling interrupts. No functional change in this patch. Change-Id: If13ec65cc6c87c2da73a3d54b033f02635ff924a Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>