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)
Oct 23 2024, 5:54 AM
Unknown Object (File)
Oct 20 2024, 8:54 AM
Unknown Object (File)
Oct 9 2024, 4:15 PM
Unknown Object (File)
Oct 4 2024, 3:31 PM
Unknown Object (File)
Sep 25 2024, 12:25 PM
Unknown Object (File)
Sep 25 2024, 12:20 AM
Unknown Object (File)
Sep 24 2024, 5:49 AM
Unknown Object (File)
Sep 21 2024, 5:17 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.