Page MenuHomeFreeBSD

ehci: pass MPSAFE when calling bus_setup_intr
ClosedPublic

Authored by howard0su_gmail.com on Mar 27 2016, 3:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 27 2024, 10:12 AM
Unknown Object (File)
Sep 21 2024, 11:44 PM
Unknown Object (File)
Sep 19 2024, 6:05 AM
Unknown Object (File)
Sep 12 2024, 9:37 PM
Unknown Object (File)
Sep 12 2024, 9:28 PM
Unknown Object (File)
Sep 11 2024, 9:42 AM
Unknown Object (File)
Sep 11 2024, 1:02 AM
Unknown Object (File)
Sep 9 2024, 8:38 AM

Details

Summary

ehci_interrupt is MPSAFE code. most drivers in tree calls bus_setup_intr with MPSAFE. some are not. fix those.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

howard0su_gmail.com retitled this revision from to ehci: pass MPSAFE when calling bus_setup_intr.
howard0su_gmail.com updated this object.
howard0su_gmail.com edited the test plan for this revision. (Show Details)
howard0su_gmail.com set the repository for this revision to rS FreeBSD src repository - subversion.
mmel edited edge metadata.
This revision is now accepted and ready to land.Apr 5 2016, 12:04 PM
This revision was automatically updated to reflect the committed changes.