[PATCH 00/13] spufs fixes and cleanups

From: Arnd Bergmann
Date: Wed Jan 04 2006 - 14:59:32 EST


In a review almost a month ago, Al Viro found numerous
problems in the current spufs code. I now finally found
some time to go through those and attempt to fix them.

There are also a few other changes in this series that
should also help, in particular improved interrupt
sending and an abstraction for priviledged register
access (as suggested by Masato Noguchi and Geoff Levand).

Please apply to powerpc.git before sending spufs upstream.

Al, could you have a look over this to see if it addresses
all the concerns you had and if I broke it in new ways?

Arnd <><

arch/powerpc/platforms/cell/Makefile | 5
arch/powerpc/platforms/cell/interrupt.c | 42 ++--
arch/powerpc/platforms/cell/interrupt.h | 1
arch/powerpc/platforms/cell/spu_base.c | 67 +++----
arch/powerpc/platforms/cell/spu_priv1.c | 133 ++++++++++++++
arch/powerpc/platforms/cell/spufs/Makefile | 2
arch/powerpc/platforms/cell/spufs/file.c | 167 +----------------
arch/powerpc/platforms/cell/spufs/hw_ops.c | 19 --
arch/powerpc/platforms/cell/spufs/inode.c | 156 ++++++++-------
arch/powerpc/platforms/cell/spufs/run.c | 131 ++++++++++++++
arch/powerpc/platforms/cell/spufs/sched.c | 13 +
arch/powerpc/platforms/cell/spufs/spufs.h | 35 +++
arch/powerpc/platforms/cell/spufs/switch.c | 139 +++++----------
arch/powerpc/platforms/cell/spufs/syscalls.c | 5
arch/powerpc/platforms/cell/spufs/context.c | 11 -
include/asm-powerpc/spu.h | 42 +++-
20 files changed, 565 insertions(+), 407 deletions(-)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/