]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm64: Check for intrng-reported errors in gicv3_its
authorJessica Clarke <jrtc27@FreeBSD.org>
Mon, 3 Jan 2022 17:09:42 +0000 (17:09 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Mon, 3 Jan 2022 17:09:42 +0000 (17:09 +0000)
commit3582b9e372c2556adc0fcc42466ead8b2bda7850
tree871b9a063da9fa9ce067ee6db6e0356e9ff8e3f5
parenta3e828c91d34e9e00f3f99516c1e5a349e49b1d4
arm64: Check for intrng-reported errors in gicv3_its

Currently, any errors when adding a PIC child handler are ignored,
instead just continuing on to registering that PIC as an MSI, and
ignoring any errors that occur for that too.

Reviewed by: andrew
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D33342
sys/arm64/arm64/gicv3_its.c