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)
Fri, Mar 29, 12:02 AM
Unknown Object (File)
Dec 19 2023, 6:09 PM
Unknown Object (File)
Dec 9 2023, 7:06 AM
Unknown Object (File)
Dec 9 2023, 1:06 AM
Unknown Object (File)
Dec 8 2023, 6:58 PM
Unknown Object (File)
Dec 8 2023, 6:33 PM
Unknown Object (File)
Dec 8 2023, 12:25 PM
Unknown Object (File)
Dec 7 2023, 3:02 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.