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)
Apr 30 2026, 10:09 PM
Unknown Object (File)
Apr 30 2026, 10:05 PM
Unknown Object (File)
Apr 29 2026, 5:32 PM
Unknown Object (File)
Apr 28 2026, 11:59 PM
Unknown Object (File)
Apr 28 2026, 5:48 PM
Unknown Object (File)
Apr 28 2026, 4:13 PM
Unknown Object (File)
Apr 28 2026, 3:47 PM
Unknown Object (File)
Apr 28 2026, 3:35 PM
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.