[POWERPC] We should only execute init_spu_base on cell

Arnd Bergmann arnd at arndb.de
Mon Nov 27 21:29:41 EST 2006


On Monday 27 November 2006 07:59, Stephen Rothwell wrote:
> 
> Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>

Acked-by: Arnd Bergmann <arnd.bergmann at de.ibm.com>

> diff --git a/arch/powerpc/platforms/cell/spu_base.c b/arch/powerpc/platforms/cell/spu_base.c
> index 841ed35..bd7bffc 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)
>  {
>  	int i, ret;
>  
> +	if (!spu_management_ops)
> +		return 0;
> +
>  	/* create sysdev class for spus */
>  	ret = sysdev_class_register(&spu_sysdev_class);
>  	if (ret)

Looks good, thanks.

	Arnd <><



More information about the Linuxppc-dev mailing list