diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-11-27 13:18:54 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:41:11 -0500 |
commit | da06aa08d9f23e4f970d9a25a6e52f9a7736bfa2 (patch) | |
tree | fdd94fbd5ec4dbcefbc62ea1906f9367ebe8f345 | |
parent | c2b2226c7e46549c26fd5f5f40122536bc91ba0d (diff) |
[POWERPC] spufs: we should only execute init_spu_base on cell
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
-rw-r--r-- | arch/powerpc/platforms/cell/spu_base.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spu_base.c b/arch/powerpc/platforms/cell/spu_base.c index 841ed359802c..bd7bffc3ddd0 100644 --- a/arch/powerpc/platforms/cell/spu_base.c +++ b/arch/powerpc/platforms/cell/spu_base.c | |||
@@ -663,6 +663,9 @@ static int __init init_spu_base(void) | |||
663 | { | 663 | { |
664 | int i, ret; | 664 | int i, ret; |
665 | 665 | ||
666 | if (!spu_management_ops) | ||
667 | return 0; | ||
668 | |||
666 | /* create sysdev class for spus */ | 669 | /* create sysdev class for spus */ |
667 | ret = sysdev_class_register(&spu_sysdev_class); | 670 | ret = sysdev_class_register(&spu_sysdev_class); |
668 | if (ret) | 671 | if (ret) |