Page MenuHomeFreeBSD

riscv: replace tailq pointers with iterators
ClosedPublic

Authored by dougm on Apr 20 2025, 5:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 20, 3:50 AM
Unknown Object (File)
Sun, Oct 19, 1:04 AM
Unknown Object (File)
Fri, Oct 17, 12:26 AM
Unknown Object (File)
Thu, Oct 16, 6:13 PM
Unknown Object (File)
Thu, Oct 16, 5:03 PM
Unknown Object (File)
Thu, Oct 16, 11:02 AM
Unknown Object (File)
Thu, Oct 9, 7:31 PM
Unknown Object (File)
Sep 19 2025, 7:57 AM
Subscribers

Details

Summary

Change architecture-specific code to use iterators rather than tailq pointers.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm requested review of this revision.Apr 20 2025, 5:51 AM
kib added inline comments.
sys/riscv/riscv/pmap.c
3637

{} as well

This revision is now accepted and ready to land.Apr 20 2025, 12:45 PM
dougm marked an inline comment as done.

Add braces.

This revision now requires review to proceed.Apr 20 2025, 8:50 PM
This revision is now accepted and ready to land.Apr 21 2025, 3:15 AM
This revision was automatically updated to reflect the committed changes.