]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Finish implementation of ARM PMU interrupts.
authormmel <mmel@FreeBSD.org>
Mon, 14 Dec 2020 13:10:19 +0000 (13:10 +0000)
committermmel <mmel@FreeBSD.org>
Mon, 14 Dec 2020 13:10:19 +0000 (13:10 +0000)
commit2834e408973f5ce266e3662b13b00c95d52de1ea
treea8bf6e174e4762a54528e25a76d8f91a61e77406
parentd8fdd47bbb305cfa6c7eff821ed989e380869aa7
Finish implementation of ARM PMU interrupts.
The ARM PMU may use single per-core interrupt or may use multiple generic
interrupts, one per core. In this case, special attention must be paid to
the correct identification of the physical location of the core, its order
in the external database (FDT) and the associated cpuid.

Also keep in mind that a SoC can have multiple different PMUs
(usually one per cluster)
sys/arm/arm/pmu.c