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.
Details
Details
- Reviewers
markj imp jhb - Group Reviewers
cam - Commits
- R10:489ba2223676: kerneldump: remove physical argument from d_dumper
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Thanks! Yeah this parameter was never used as far as I could tell, and stopped making sense when support for compression was added.