From: Geoff Levand Date: Tue, 24 Jan 2006 01:37:11 +0000 (-0800) Subject: [PATCH] powerpc: Fix spufs initialization sequence. X-Git-Tag: v2.6.16-rc3~67^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee9f26542cc27a37d593f1790b84cd57801a7c7;p=pandora-kernel.git [PATCH] powerpc: Fix spufs initialization sequence. This is a small fix to get the spufs init sequence right. init_spu_base() in spu_base.c should be called (via module_init(init_spu_base)) before spufs_init() (via module_init(spufs_init)) in spufs/inode.c gets called. Signed-off-by: Masato Noguchi Signed-off-by: Geoff Levand Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed