Page MenuHomeFreeBSD

amr64/gicv3: improve a panic message
ClosedPublic

Authored by bz on Nov 9 2021, 10:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 9:26 AM
Unknown Object (File)
Thu, May 7, 1:20 PM
Unknown Object (File)
Apr 22 2026, 8:58 AM
Unknown Object (File)
Apr 15 2026, 1:13 PM
Unknown Object (File)
Apr 14 2026, 11:49 AM
Unknown Object (File)
Apr 11 2026, 2:24 AM
Unknown Object (File)
Apr 10 2026, 7:31 AM
Unknown Object (File)
Apr 8 2026, 8:57 PM
Subscribers

Details

Summary

Print the device/unit in the panic message for which we cannot get
the MSI device ID to have a clue where to start looking.
While here use func instead of hardcoding the function name.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Nov 9 2021, 10:16 PM

s/amr64/arm64/ in commit message

LGTM modulo the two comments

sys/arm64/arm64/gicv3_its.c
1127–1128

panics seem to be split on capitalization approach, although the rest of the file seems to use an initial capital so probably leave it so?

This revision is now accepted and ready to land.Nov 10 2021, 12:48 AM
This revision was automatically updated to reflect the committed changes.