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, Sep 23, 3:12 PM
Unknown Object (File)
Thu, Sep 19, 5:02 PM
Unknown Object (File)
Wed, Sep 18, 12:59 PM
Unknown Object (File)
Wed, Sep 18, 9:54 AM
Unknown Object (File)
Tue, Sep 17, 2:05 PM
Unknown Object (File)
Tue, Sep 17, 4:59 AM
Unknown Object (File)
Mon, Sep 16, 7:15 AM
Unknown Object (File)
Sat, Sep 14, 7: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 52010
Build 48901: 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