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)
Tue, Oct 7, 2:55 AM
Unknown Object (File)
Mon, Oct 6, 9:13 AM
Unknown Object (File)
Mon, Oct 6, 9:12 AM
Unknown Object (File)
Mon, Oct 6, 6:37 AM
Unknown Object (File)
Mon, Oct 6, 6:02 AM
Unknown Object (File)
Aug 30 2025, 8:19 PM
Unknown Object (File)
Aug 24 2025, 11:00 AM
Unknown Object (File)
Aug 3 2025, 10:59 PM
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).