[POWERPC] spu_base: move spu_init_channels out of spu_mutex
authorChristoph Hellwig <hch@lst.de>
Mon, 23 Apr 2007 19:08:14 +0000 (21:08 +0200)
committerArnd Bergmann <arnd@klappe.arndb.de>
Mon, 23 Apr 2007 19:18:55 +0000 (21:18 +0200)
commit62c05d583ec016c40011462d5f03b072bfbd3dc7
tree2ac005d75bf415cb038aebaf3a9547a09ffc9d21
parent4e0f4ed0df71013290cd2a01f7b84264f7b99678
[POWERPC] spu_base: move spu_init_channels out of spu_mutex

There is no reason to execute spu_init_channels under spu_mutex
after the spu has been taken off the freelist it's ours.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
arch/powerpc/platforms/cell/spu_base.c