[POWERPC] spu_base: fix initialisation on systems with no SPEs
authorJeremy Kerr <jk@ozlabs.org>
Mon, 23 Apr 2007 19:08:29 +0000 (21:08 +0200)
committerArnd Bergmann <arnd@klappe.arndb.de>
Mon, 23 Apr 2007 19:19:00 +0000 (21:19 +0200)
commitccf17e9d008dfebbf90dfa4ee1a56e81c784c73e
tree9d33f1e33f49b1ec82af24a3d8ab65750936f97a
parentbefdc746ee027d686a06be29cb1391f9d2c45cf6
[POWERPC] spu_base: fix initialisation on systems with no SPEs

This change fixes the case where spu_base and spufs are initialised on a
system with no SPEs - unconditionally create the spu_lists so spu_alloc
doesn't explode, and check for spu_management ops before starting spufs.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
 arch/powerpc/platforms/cell/spu_base.c    |    7 ++++---
 arch/powerpc/platforms/cell/spufs/inode.c |    5 +++++
 2 files changed, 9 insertions(+), 3 deletions(-)
arch/powerpc/platforms/cell/spu_base.c
arch/powerpc/platforms/cell/spufs/inode.c