Page MenuHomeFreeBSD

arm64: replace tailq pointers with iterators
ClosedPublic

Authored by dougm on Apr 20 2025, 5:47 AM.
Tags
None
Referenced Files
F137875232: D49925.diff
Wed, Nov 26, 6:04 PM
Unknown Object (File)
Tue, Nov 25, 1:54 PM
Unknown Object (File)
Tue, Nov 25, 10:04 AM
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
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
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.