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)
Sat, Jan 18, 9:29 PM
Unknown Object (File)
Fri, Jan 17, 9:51 AM
Unknown Object (File)
Oct 13 2024, 8:39 AM
Unknown Object (File)
Sep 25 2024, 12:27 PM
Unknown Object (File)
Sep 25 2024, 12:25 PM
Unknown Object (File)
Sep 25 2024, 10:32 AM
Unknown Object (File)
Sep 23 2024, 3:12 PM
Unknown Object (File)
Sep 19 2024, 5:02 PM
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