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, Sep 11, 12:00 PM
Unknown Object (File)
Sun, Sep 6, 12:00 AM
Unknown Object (File)
Wed, Aug 26, 7:57 PM
Unknown Object (File)
Aug 12 2026, 10:38 PM
Unknown Object (File)
Aug 11 2026, 10:37 PM
Unknown Object (File)
Aug 11 2026, 8:54 PM
Unknown Object (File)
Aug 11 2026, 8:53 PM
Unknown Object (File)
Aug 10 2026, 10:01 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