Change vm_radix_remove() to return a value, specifically, a vm_page_t or NULL, rather than panic()ing when the specified index isn't found in the trie. This change simplifies the pmap's use of tries for page table pages, specifically, we no longer have to do a lookup before every remove.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable