Page MenuHomeFreeBSD

sym(4): build module on arm also
ClosedPublic

Authored by emaste on Jul 31 2014, 9:42 PM.
Tags
None
Referenced Files
F152995705: D514.id.diff
Sat, Apr 18, 1:06 PM
Unknown Object (File)
Fri, Apr 17, 12:35 PM
Unknown Object (File)
Tue, Apr 14, 3:37 AM
Unknown Object (File)
Sun, Apr 12, 2:08 AM
Unknown Object (File)
Tue, Apr 7, 4:53 AM
Unknown Object (File)
Mon, Apr 6, 11:08 AM
Unknown Object (File)
Sun, Apr 5, 5:24 AM
Unknown Object (File)
Mon, Mar 30, 4:54 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).