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)
Mon, Oct 20, 1:48 AM
Unknown Object (File)
Thu, Oct 9, 8:48 PM
Unknown Object (File)
Thu, Oct 9, 8:48 PM
Unknown Object (File)
Thu, Oct 9, 8:48 PM
Unknown Object (File)
Thu, Oct 9, 8:48 PM
Unknown Object (File)
Thu, Oct 9, 5:50 PM
Unknown Object (File)
Wed, Oct 1, 6:39 PM
Unknown Object (File)
Sep 7 2025, 9:27 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