Page MenuHomeFreeBSD

arm: Clean up socdev_va
ClosedPublic

Authored by andrew on Jan 8 2024, 5:25 PM.
Tags
None
Referenced Files
F83036449: D43359.id134244.diff
Sun, May 5, 8:41 AM
Unknown Object (File)
Tue, Apr 30, 3:54 PM
Unknown Object (File)
Sat, Apr 27, 11:04 AM
Unknown Object (File)
Tue, Apr 23, 5:38 AM
Unknown Object (File)
Sat, Apr 13, 1:21 AM
Unknown Object (File)
Mar 28 2024, 11:04 AM
Unknown Object (File)
Mar 25 2024, 10:36 PM
Unknown Object (File)
Mar 19 2024, 3:58 PM
Subscribers

Details

Reviewers
imp
manu
Group Reviewers
ARM
arm64
Commits
rG639a626b4050: arm: Clean up socdev_va
Summary

Support socdev_va on arm and ensure the variable is available on arm64.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew requested review of this revision.Jan 8 2024, 5:25 PM
imp added inline comments.
sys/arm/include/machdep.h
58

Any reason not to tag this with __read_mostly?

This revision is now accepted and ready to land.Jan 8 2024, 6:07 PM
sys/arm/include/machdep.h
58

It doesn't appear to be needed.

This revision was automatically updated to reflect the committed changes.