kernel-fxtec-pro1x/arch/powerpc/platforms/cell/spufs
Arnd Bergmann 5110459f18 [PATCH] spufs: Improved SPU preemptability.
This patch makes it easier to preempt an SPU context by
having the scheduler hold ctx->state_sema for much shorter
periods of time.

As part of this restructuring, the control logic for the "run"
operation is moved from arch/ppc64/kernel/spu_base.c to
fs/spufs/file.c.  Of course the base retains "bottom half"
handlers for class{0,1} irqs.  The new run loop will re-acquire
an SPU if preempted.

From: Mark Nutter <mnutter@us.ibm.com>
Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-01-09 14:52:55 +11:00
..
backing_ops.c [PATCH] spufs: Improved SPU preemptability. 2006-01-09 14:52:55 +11:00
context.c [PATCH] spufs: Improved SPU preemptability. 2006-01-09 14:52:55 +11:00
file.c [PATCH] spufs: Improved SPU preemptability. 2006-01-09 14:52:55 +11:00
hw_ops.c [PATCH] spufs: Improved SPU preemptability. 2006-01-09 14:52:55 +11:00
inode.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
Makefile [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
sched.c [PATCH] spufs: Improved SPU preemptability. 2006-01-09 14:52:55 +11:00
spu_restore.c [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_restore_crt0.S [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_restore_dump.h_shipped [PATCH] spufs: switchable spu contexts 2006-01-09 14:49:16 +11:00
spu_save.c [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_save_crt0.S [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_save_dump.h_shipped [PATCH] spufs: switchable spu contexts 2006-01-09 14:49:16 +11:00
spu_utils.h [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spufs.h [PATCH] spufs: Improved SPU preemptability. 2006-01-09 14:52:55 +11:00
switch.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
syscalls.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00