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 Skipped - Unit
Tests Skipped - Build Status
Buildable 47659 Build 44546: arc lint + arc unit
Event Timeline
sys/riscv/riscv/pmap.c | ||
---|---|---|
2971 | 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. |