Page MenuHomeFreeBSD

kerneldump: remove physical argument from d_dumper
ClosedPublic

Authored by mhorne on May 11 2022, 5:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 1:46 AM
Unknown Object (File)
Mon, Aug 10, 6:01 PM
Unknown Object (File)
Sat, Aug 8, 10:46 PM
Unknown Object (File)
Fri, Aug 7, 7:30 PM
Unknown Object (File)
Thu, Aug 6, 10:08 AM
Unknown Object (File)
Tue, Jul 28, 9:50 PM
Unknown Object (File)
Tue, Jul 28, 1:03 PM
Unknown Object (File)
Mon, Jul 27, 12:37 AM

Details

Summary

The physical address argument is essentially ignored by every dumper
method. In addition, the dump routines don't actually pass a real
address; every call to dump_append() passes a value of zero for
physical.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45530
Build 42418: arc lint + arc unit

Event Timeline

Thanks! Yeah this parameter was never used as far as I could tell, and stopped making sense when support for compression was added.

This revision is now accepted and ready to land.May 12 2022, 1:03 PM