diff options
author | Masato Noguchi <Masato.Noguchi@jp.sony.com> | 2007-07-25 13:20:15 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-07-26 16:17:55 +1000 |
commit | 6f6a6dc0c8ebdb6514ab6bb58ba4b8739957b342 (patch) | |
tree | 136047637eced9660ed31104694a158b2f2a49f8 /fs/hfs | |
parent | 17cd87c26bd86546ea3217397ef3428581970058 (diff) |
[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 <Masato.Noguchi@jp.sony.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'fs/hfs')
0 files changed, 0 insertions, 0 deletions