]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc/spufs: fix npc setting for NOSCHED contexts
authorJeremy Kerr <jk@ozlabs.org>
Wed, 13 Aug 2008 01:29:31 +0000 (11:29 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Wed, 13 Aug 2008 01:42:47 +0000 (11:42 +1000)
commitd9dd421fd6ed17af55d27c8d93a9f561be0ff50f
tree00a4f49a7a9f478e97aebee786682c2723e3b533
parent2e1e9212ed8c532c6b324de77d3cafef5d2bc846
powerpc/spufs: fix npc setting for NOSCHED contexts

Currently, spu_run ignores the npc argument for contexts created with
SPU_CREATE_NOSCHED. While this is correct for isolated contexts,
there's no need to enforce the npc restriction on non-isolated NOSCHED
contexts.

This means that NOSCHED contexts can only ever run with an entry point
of 0x0.

This change to spu_run_init allows setting of the npc (and, while we're
at it, the privcntl) for non-isolated NOSCHED contexts. This allows
us to run NOSCHED contexts from any entry point.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
arch/powerpc/platforms/cell/spufs/run.c