git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d713dfa
)
firewire: ohci: omit spinlock IRQ flags where possible
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Mon, 9 Apr 2012 19:40:33 +0000
(21:40 +0200)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Tue, 17 Apr 2012 20:27:37 +0000
(22:27 +0200)
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>
No differences found