[CELL] spufs: extension of spu_create to support affinity definition
commit8e68e2f248332a9c3fd4f08258f488c209bd3e0c
authorArnd Bergmann <arnd@arndb.de>
Fri, 20 Jul 2007 19:39:47 +0000 (20 21:39 +0200)
committerArnd Bergmann <arnd@klappe.arndb.de>
Fri, 20 Jul 2007 19:42:15 +0000 (20 21:42 +0200)
tree3001a5a8ce652ffdea97b2f89569447830b9059a
parent3ad216cae837d90415c605e1149e6fd88f51c973
[CELL] spufs: extension of spu_create to support affinity definition

This patch adds support for additional flags at spu_create, which relate
to the establishment of affinity between contexts and contexts to memory.
A fourth, optional, parameter is supported. This parameter represent
a affinity neighbor of the context being created, and is used when defining
SPU-SPU affinity.
Affinity is represented as a doubly linked list of spu_contexts.

Signed-off-by: Andre Detsch <adetsch@br.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
arch/powerpc/platforms/cell/spu_syscalls.c
arch/powerpc/platforms/cell/spufs/context.c
arch/powerpc/platforms/cell/spufs/gang.c
arch/powerpc/platforms/cell/spufs/inode.c
arch/powerpc/platforms/cell/spufs/spufs.h
arch/powerpc/platforms/cell/spufs/syscalls.c
include/asm-powerpc/spu.h
include/linux/syscalls.h