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, Aug 20, 1:52 PM
Unknown Object (File)
Sun, Aug 10, 10:09 AM
Unknown Object (File)
Sat, Aug 9, 6:35 AM
Unknown Object (File)
Wed, Aug 6, 9:20 PM
Unknown Object (File)
Wed, Aug 6, 10:45 AM
Unknown Object (File)
Sat, Aug 2, 11:14 PM
Unknown Object (File)
Sat, Aug 2, 4:44 AM
Unknown Object (File)
Sat, Jul 26, 8:21 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.