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, Nov 24, 7:32 PM
Unknown Object (File)
Mon, Nov 24, 7:32 PM
Unknown Object (File)
Mon, Nov 24, 7:32 PM
Unknown Object (File)
Mon, Nov 24, 7:32 PM
Unknown Object (File)
Mon, Nov 24, 7:31 PM
Unknown Object (File)
Mon, Nov 17, 9:14 AM
Unknown Object (File)
Fri, Nov 14, 11:23 PM
Unknown Object (File)
Thu, Nov 13, 5:12 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.