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)
Wed, Oct 15, 7:01 AM
Unknown Object (File)
Sat, Oct 4, 6:45 PM
Unknown Object (File)
Thu, Oct 2, 2:00 PM
Unknown Object (File)
Tue, Sep 30, 6:57 PM
Unknown Object (File)
Sat, Sep 27, 11:16 AM
Unknown Object (File)
Fri, Sep 26, 1:29 AM
Unknown Object (File)
Thu, Sep 25, 7:35 PM
Unknown Object (File)
Thu, Sep 25, 5:15 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: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.