From: Masato Noguchi Date: Wed, 25 Jul 2007 03:20:15 +0000 (+1000) Subject: [POWERPC] spufs: Fix incorrect initialization of cbe_spu_info.spus X-Git-Tag: v2.6.23-rc2~190^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f6a6dc0c8ebdb6514ab6bb58ba4b8739957b342;p=pandora-kernel.git [POWERPC] spufs: Fix incorrect initialization of cbe_spu_info.spus We currently initialize cbe_spu_info[].spus in both init_spu_base and spu_sched_init. The initialise in spu_sched_init clears the SPU list, so we end up with no physical SPUs. Because of this, the spu_run syscall will block forever. This change removes the unnecessary initialization in spu_sched_init. Signed-off-by: Masato Noguchi Signed-off-by: Jeremy Kerr Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed