Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da06aa08 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras
Browse files

[POWERPC] spufs: we should only execute init_spu_base on cell

parent c2b2226c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)