commit | 3d269cb50c81d3bb01d5856d5157d4db346bab4b | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Feb 04 20:57:38 2007 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Mon Apr 30 00:00:27 2007 +0200 |
tree | 469febbd344f4c9363ed1d1a815b95b4cecf62ae | |
parent | 2446a79f4f0a5e88e5d8316dac407d66ac10f70d [diff] |
ieee1394: sbp2: move some memory allocations into non-atomic context When the command ORB pool is created, the ORB list won't be accessed concurrently. Therefore we don't have to take the spinlock there. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>