Page MenuHomeFreeBSD

amr64/gicv3: improve a panic message
ClosedPublic

Authored by bz on Nov 9 2021, 10:16 PM.
Tags
None
Referenced Files
F107850481: D32917.id98276.diff
Sat, Jan 18, 5:30 PM
F107848435: D32917.id98301.diff
Sat, Jan 18, 5:15 PM
Unknown Object (File)
Fri, Jan 17, 5:17 PM
Unknown Object (File)
Sat, Jan 4, 2:22 AM
Unknown Object (File)
Dec 18 2024, 12:26 AM
Unknown Object (File)
Dec 17 2024, 1:34 PM
Unknown Object (File)
Oct 23 2024, 5:54 AM
Unknown Object (File)
Oct 20 2024, 8:54 AM
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.