mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-25 07:33:13 +08:00

The USB_BUS_SPIN_LOCK() is only used internally to the bus driver. Replace the mutex with an interrupt disable/enable section. Execute the interrupt filter in a real interrupt context and forward the interrupt handler to the interrupt server if necessary.