Page MenuHomeFreeBSD

sym(4): build module on arm also
ClosedPublic

Authored by emaste on Jul 31 2014, 9:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 16, 1:57 PM
Unknown Object (File)
Sat, Nov 1, 5:37 PM
Unknown Object (File)
Sat, Nov 1, 5:37 PM
Unknown Object (File)
Sat, Nov 1, 5:37 PM
Unknown Object (File)
Sat, Nov 1, 1:22 PM
Unknown Object (File)
Thu, Oct 30, 11:53 PM
Unknown Object (File)
Sat, Oct 25, 7:05 PM
Unknown Object (File)
Oct 19 2025, 1:05 AM
Subscribers
None

Details

Summary

It was originally disabled due to a lack of a memory barrier
implementation, but one was added in r244170.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to sym(4): build module on arm also.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: imp.

It would be better to fix the sym driver to use the proper API.
And has the cxgb driver's use of intr_disable() been fixed? If so, maybe it can be reenabled for all machines.

ah, cxgb doesn't use intr_disable(), it has a struct field named intr_disable.

imp updated this revision to Diff 4451.

Closed by commit rS280729 (authored by @imp).