From: Arnd Bergmann Date: Fri, 20 Jul 2007 19:39:47 +0000 (+0200) Subject: [CELL] spufs: extension of spu_create to support affinity definition X-Git-Tag: v2.6.23-rc1~195^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e68e2f248332a9c3fd4f08258f488c209bd3e0c;p=pandora-kernel.git [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 Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed