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)
Mon, Nov 24, 4:51 PM
Unknown Object (File)
Sat, Nov 22, 4:52 PM
Unknown Object (File)
Fri, Nov 21, 4:59 AM
Unknown Object (File)
Fri, Nov 21, 4:58 AM
Unknown Object (File)
Fri, Nov 21, 4:58 AM
Unknown Object (File)
Fri, Nov 21, 4:49 AM
Unknown Object (File)
Sun, Nov 16, 1:57 PM
Unknown Object (File)
Sat, Nov 1, 5:37 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

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).