Page MenuHomeFreeBSD

arm64: replace tailq pointers with iterators
ClosedPublic

Authored by dougm on Apr 20 2025, 5:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 9:22 PM
Unknown Object (File)
Mon, Apr 6, 3:51 PM
Unknown Object (File)
Fri, Apr 3, 3:18 PM
Unknown Object (File)
Fri, Apr 3, 3:15 PM
Unknown Object (File)
Sun, Mar 29, 1:06 PM
Unknown Object (File)
Sun, Mar 22, 6:51 AM
Unknown Object (File)
Sun, Mar 22, 4:57 AM
Unknown Object (File)
Sun, Mar 22, 4:44 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:47 AM
kib added inline comments.
sys/arm64/arm64/pmap.c
6035–6036

Please add {}

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

Add braces.

This revision now requires review to proceed.Apr 20 2025, 8:32 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.