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)
Sat, Aug 2, 9:01 PM
Unknown Object (File)
Sun, Jul 27, 5:16 AM
Unknown Object (File)
Sat, Jul 26, 11:24 AM
Unknown Object (File)
Fri, Jul 25, 10:23 PM
Unknown Object (File)
Jul 6 2025, 7:58 AM
Unknown Object (File)
Jul 2 2025, 11:15 PM
Unknown Object (File)
Jul 2 2025, 10:45 AM
Unknown Object (File)
Jun 28 2025, 6:23 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
3636–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.