Page MenuHomeFreeBSD

arm64: Remove a debug print from efi_create_1t1_map()
ClosedPublic

Authored by markj on Jun 12 2023, 8:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 4, 5:55 PM
Unknown Object (File)
Feb 3 2025, 10:48 PM
Unknown Object (File)
Jan 27 2025, 5:03 PM
Unknown Object (File)
Jan 27 2025, 3:36 AM
Unknown Object (File)
Jan 26 2025, 6:13 PM
Unknown Object (File)
Jan 26 2025, 7:50 AM
Unknown Object (File)
Jan 26 2025, 7:31 AM
Unknown Object (File)
Jan 25 2025, 1:08 AM
Subscribers

Details

Summary

It doesn't seem particularly useful to have it enabled by default, and
it spits several dozen lines into the dmesg on a test system.

Diff Detail

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

Event Timeline

markj requested review of this revision.Jun 12 2023, 8:11 PM

Any reason to not put it behind bootverbose?

Guard the print behind bootverbose instead.

This revision is now accepted and ready to land.Jun 13 2023, 12:52 PM