Page MenuHomeFreeBSD

arm: replace tailq pointers with iterators
ClosedPublic

Authored by dougm on Apr 20 2025, 5:46 AM.
Tags
None
Referenced Files
F126832585: D49924.id153983.diff
Sun, Aug 24, 1:10 PM
Unknown Object (File)
Jul 26 2025, 4:55 AM
Unknown Object (File)
Jul 20 2025, 6:29 PM
Unknown Object (File)
Jun 25 2025, 10:19 PM
Unknown Object (File)
Jun 25 2025, 12:58 AM
Unknown Object (File)
Jun 19 2025, 12:15 PM
Unknown Object (File)
Jun 18 2025, 2:29 AM
Unknown Object (File)
Jun 15 2025, 9:59 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:46 AM
kib added inline comments.
sys/arm/arm/pmap-v6.c
4804–4805

Please add {} to both branches of the if.

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

Add braces. Drop NULL check. Restore physical address check.

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