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)
Wed, Aug 5, 8:50 AM
Unknown Object (File)
Tue, Aug 4, 7:26 AM
Unknown Object (File)
Wed, Jul 29, 8:38 AM
Unknown Object (File)
Tue, Jul 28, 4:49 PM
Unknown Object (File)
Mon, Jul 27, 9:06 AM
Unknown Object (File)
Sat, Jul 18, 12:52 AM
Unknown Object (File)
Jul 7 2026, 2:07 AM
Unknown Object (File)
Jul 6 2026, 4:53 AM
Subscribers

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

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

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.