To be correct, this function needs to look at 2MB mappings as well. I
just copied the implementation from amd64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/arm64/include/pmap.h | ||
---|---|---|
170–171 ↗ | (On Diff #62653) | You need to replace this by the function declaration from amd64: boolean_t pmap_page_is_mapped(vm_page_t m); |