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)
Feb 6 2024, 1:28 PM
Unknown Object (File)
Dec 24 2023, 11:33 AM
Unknown Object (File)
Dec 22 2023, 11:53 PM
Unknown Object (File)
Dec 14 2023, 7:48 PM
Unknown Object (File)
Dec 12 2023, 3:12 AM
Unknown Object (File)
Nov 30 2023, 7:06 AM
Unknown Object (File)
Nov 9 2023, 5:41 AM
Unknown Object (File)
Nov 6 2023, 7: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.