From: Mark Nutter Date: Tue, 24 Oct 2006 16:31:16 +0000 (+0200) Subject: [POWERPC] spufs: add support for nonschedulable contexts X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5737edd1ddbde5ab7f63bb3cb36015edbdb7c295;p=pandora-kernel.git [POWERPC] spufs: add support for nonschedulable contexts This adds two new flags to spu_create: SPU_CREATE_NONSCHED: create a context that is never moved away from an SPE once it has started running. This flag can only be used by tasks with the CAP_SYS_NICE capability. SPU_CREATE_ISOLATED: create a nonschedulable context that enters isolation mode upon first run. This requires the SPU_CREATE_NONSCHED flag. Signed-off-by: Jeremy Kerr Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed