Page MenuHomeFreeBSD

arm: Clean up socdev_va
ClosedPublic

Authored by andrew on Jan 8 2024, 5:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 9, 8:20 PM
Unknown Object (File)
Sat, Sep 5, 8:32 AM
Unknown Object (File)
Fri, Sep 4, 7:57 AM
Unknown Object (File)
Fri, Sep 4, 6:53 AM
Unknown Object (File)
Thu, Sep 3, 3:44 AM
Unknown Object (File)
Wed, Sep 2, 6:50 PM
Unknown Object (File)
Wed, Sep 2, 7:05 AM
Unknown Object (File)
Wed, Sep 2, 6:34 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 55290
Build 52179: arc lint + arc unit

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.