Details
Details
- Reviewers
alc - Group Reviewers
riscv - Commits
- rGd5dc278eeca3: riscv: Apply 8d7ee2047c5e to the riscv pmap
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/riscv/riscv/pmap.c | ||
---|---|---|
2798 | As an aside, long ago, I found empirically that it was more efficient for this loop to iterate from the end of the page to the beginning, meaning that failures took fewer iterations. |