[POWERPC] spufs: we should only execute init_spu_base on cell
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 27 Nov 2006 18:18:54 +0000 (19:18 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 4 Dec 2006 09:41:11 +0000 (20:41 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
arch/powerpc/platforms/cell/spu_base.c

index 841ed35..bd7bffc 100644 (file)
@@ -663,6 +663,9 @@ static int __init init_spu_base(void)
 {
        int i, ret;
 
+       if (!spu_management_ops)
+               return 0;
+
        /* create sysdev class for spus */
        ret = sysdev_class_register(&spu_sysdev_class);
        if (ret)