Page MenuHomeFreeBSD

arm: replace tailq pointers with iterators
ClosedPublic

Authored by dougm on Apr 20 2025, 5:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 2, 4:03 PM
Unknown Object (File)
Fri, Mar 27, 6:38 PM
Unknown Object (File)
Fri, Mar 20, 6:30 AM
Unknown Object (File)
Thu, Mar 19, 12:43 PM
Unknown Object (File)
Thu, Mar 19, 8:47 AM
Unknown Object (File)
Thu, Mar 19, 8:47 AM
Unknown Object (File)
Thu, Mar 19, 6:32 AM
Unknown Object (File)
Thu, Mar 19, 5:34 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: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.