]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm: add an interrupt rman to nexus
authorMitchell Horne <mhorne@FreeBSD.org>
Sun, 5 Dec 2021 15:27:50 +0000 (11:27 -0400)
committerMitchell Horne <mhorne@FreeBSD.org>
Wed, 8 Feb 2023 20:50:46 +0000 (16:50 -0400)
commit1d03c3578d05b011dc714ec0735a5783c421530b
tree85cfc6a38522b4f9aa980203851f2b4c2c8a6009
parent48bfd3597654490cdc43bf0f591a539d3a28b590
arm: add an interrupt rman to nexus

Allow the nexus bus to own and manage interrupt resources. Currently,
interrupt resources on this architecture are managed completely by
ofwbus, but it is desirable that system-wide memory and interrupt
resources be managed by the top-level bus.

This is a pre-requisite to moving this resource management out of
ofwbus.

Reviewed By: ian, Elliott Mitchell <ehem+freebsd@m5p.com>
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D32357
sys/arm/arm/nexus.c