Previously we would create an isrc for each MSI/MSI-X interrupt. This
causes issues for other interrupt sources in the system, e.g. a GPIO
driver, as they may be unable to allocate interrupts. This works around
this by allocating the isrc only when needed.
Details
Details
- Reviewers
manu mmel - Group Reviewers
arm64 - Commits
- rS361258: Create MSI/MSI-X isrcs as needed in the GICv3 ITS driver
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable