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)
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
Unknown Object (File)
Sep 18 2024, 12:59 PM
Unknown Object (File)
Sep 18 2024, 9:54 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 52019
Build 48910: arc lint + arc unit

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