Page MenuHomeFreeBSD

riscv: Apply 8d7ee2047c5e to the riscv pmap
ClosedPublic

Authored by markj on Sep 30 2022, 3:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 3:58 AM
Unknown Object (File)
Sun, Oct 12, 10:28 AM
Unknown Object (File)
Sun, Oct 12, 10:28 AM
Unknown Object (File)
Sun, Oct 12, 10:28 AM
Unknown Object (File)
Sat, Oct 11, 11:34 PM
Unknown Object (File)
Mon, Sep 22, 7:25 AM
Unknown Object (File)
Sep 17 2025, 9:40 AM
Unknown Object (File)
Sep 16 2025, 2:39 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Sep 30 2022, 3:42 PM
alc added inline comments.
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.

This revision is now accepted and ready to land.Sep 30 2022, 4:21 PM
This revision was automatically updated to reflect the committed changes.