Page MenuHomeFreeBSD

sys/riscv: Remove debug printfs
ClosedPublic

Authored by arichardson on Jun 5 2020, 5:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 19, 11:08 PM
Unknown Object (File)
Sun, Oct 19, 9:21 AM
Unknown Object (File)
Sun, Oct 19, 9:21 AM
Unknown Object (File)
Sun, Oct 19, 9:20 AM
Unknown Object (File)
Sat, Oct 18, 8:23 PM
Unknown Object (File)
Wed, Oct 8, 5:18 AM
Unknown Object (File)
Sun, Oct 5, 8:52 PM
Unknown Object (File)
Sun, Oct 5, 3:08 AM
Subscribers

Details

Reviewers
br
mhorne
Group Reviewers
riscv
Commits
rS361904: sys/riscv: Remove debug printfs
Summary

They are only visible with EARLY_PRINTF so don't show up by default.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31513
Build 29117: arc lint + arc unit

Event Timeline

arichardson created this revision.
sys/riscv/riscv/pmap.c
565

Should this one also be deleted?

FWIW, this series of three printf's was copied directly from arm64's pmap_bootstrap.

mhorne added a subscriber: mhorne.
mhorne added inline comments.
sys/riscv/riscv/pmap.c
565

I'd vote for it to stay, I've used it for debugging before.

This revision is now accepted and ready to land.Jun 5 2020, 5:42 PM
This revision was automatically updated to reflect the committed changes.