Jeremy Kerr 58bd403c3c [POWERPC] cell: handle kernel SLB setup in spu_base.c
Currently, the SPU context switch code (spufs/switch.c) sets up the
SPU's SLBs directly, which requires some low-level mm stuff.

This change moves the kernel SLB setup to spu_base.c, by exposing
a function spu_setup_kernel_slbs() to do this setup. This allows us
to remove the low-level mm code from switch.c, making it possible
to later move switch.c to the spufs module.

Also, add a struct spu_slb for the cases where we need to deal with
SLB entries.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2007-12-19 01:00:04 +01:00
..
2007-11-27 09:19:39 +01:00
2007-11-28 01:24:04 +09:00
2007-11-26 19:15:31 -08:00
2007-12-10 15:41:22 +11:00
2007-11-05 12:18:17 +09:00
2007-12-05 05:38:00 -08:00
2007-10-20 01:24:05 +02:00