| commit | 794b0ac8cdb01aa8c5ad630d4592b3743f6782cd | [log] [tgz] |
|---|---|---|
| author | Boyan Karatotev <boyan.karatotev@arm.com> | Fri Jun 20 13:13:29 2025 +0100 |
| committer | Boyan Karatotev <boyan.karatotev@arm.com> | Tue Sep 09 06:37:05 2025 +0100 |
| tree | 9d4bda7de5f2c1640670949c0aa8fb382bc31fee | |
| parent | aa48358ef9270417897780230bdedb635cc4af56 [diff] |
refactor(gic): unify SGI exception data The information we pass to exception handlers for SGIs, PPIs, and SPIs does not differer materially. Unify the handling to use the same types. Since SGIs are normal IRQs, we can put the last remaining function in irq.h to simplify a bit. Change-Id: I1cf6f8a2a832797a9ce54eeb025a94120f115cf6 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>