[PATCH] uhci.c SMP deadlock
This patch fixes a bug reported by Greg and David, as well as some other people recently. uhci.c would call wait_ms, which can sleep, with spinlocks held. There are two places where this happens, but only one was the cause of the problem.
Showing
Please register or sign in to comment