From: Stefan Richter Date: Sun, 4 Feb 2007 19:57:38 +0000 (+0100) Subject: ieee1394: sbp2: move some memory allocations into non-atomic context X-Git-Tag: v2.6.22-rc1~1105^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d269cb50c81d3bb01d5856d5157d4db346bab4b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed