For direct mapped kernel addresses, ppc64 function was not
performing the dmap to physical conversion, before jumping
to the code that fetched the value from physical memory.
Details
Details
- Reviewers
jhibbits - Commits
- rS343872: [ppc64] fix /dev/kmem
This issue was found while trying to use ktrdump, which was failing to fetch values from /dev/kmem.
With this change, it works properly.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable