]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intr
authorMichal Meloun <mmel@FreeBSD.org>
Tue, 5 Apr 2016 12:13:53 +0000 (12:13 +0000)
committerMichal Meloun <mmel@FreeBSD.org>
Tue, 5 Apr 2016 12:13:53 +0000 (12:13 +0000)
commitc520cb4f509af9d55b5e394503ab6953170380b2
tree832dd93dab62fbaec9489c752cc8034f4c6c57dc
parent4c230cdafd698f20a23f42f6c66fe725fb1b6bbf
ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intr
with MPSAFE, some are not. Fix those.

Submitted by: Howard Su <howard0su@gmail.com>
Differential Revision: https://reviews.freebsd.org/D5755
sys/arm/nvidia/tegra_ehci.c
sys/dev/usb/controller/ehci_fsl.c
sys/dev/usb/controller/ehci_imx.c