It seems that if range within one page is given this page will not be
invalidated at all.
Details
Details
- Reviewers
zbb der_semihalf.com andrew - Commits
- rS296828: pmap arm64: fixing pmap_invalidate_range
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Where are we calling pmap_invalidate_range where the end address is not a multiple of PAGE_SIZE?
Comment Actions
Currently, nowhere. But that's not a reason for keeping the function broken. We wanted to use it for segfault debugging during buildworld and it's better to cleanup the code rather than workaround xxx_range function wherever is called.