1
0
Files
linux/drivers/firewire
Stefan Richter 8a8c47364e firewire: ohci: omit spinlock IRQ flags where possible
bus_reset_work() is only called from workqueue thread context.

ohci_set_config_rom() and ohci_allocate_iso_context() perform GFP_KERNEL
memory allocations, therefore they must be called with interrupts
enabled.

Hence these functions may disable and enable local IRQs without having
to track IRQ state.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2012-04-17 22:27:37 +02:00
..
2012-02-22 22:36:00 +01:00
2012-04-09 14:23:37 +02:00
2010-07-27 11:04:10 +02:00
2012-03-28 18:30:03 +01:00