diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2012-02-18 20:42:00 +0100 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2012-02-22 22:36:01 +0100 |
commit | ea102d0ec475e4cd6e74a8b61b45708fbf6b582e (patch) | |
tree | 523c0b5b10e0f0325332daaca74f78454e6f7b8f /include/xen | |
parent | 90963f1cdb3baffc68321e7c98073bf9e99d2ec7 (diff) |
firewire: core: convert AR-req handler lock from _irqsave to _bh
fw_core_handle_request() is called by the low-level driver in tasklet
context or process context, and fw_core_add/remove_address_handler() is
called by mid- or high-level code in process context. So convert
address_handler_lock accesses from those which disable local IRQs to
ones which just disable local softIRQs.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'include/xen')
0 files changed, 0 insertions, 0 deletions