[PATCH] powerpc: cell: Add numa id to struct spu
Add an nid member to the spu structure, and store the numa id of the spu there on creation. Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
953039c8df
commit
8261aa6009
@@ -117,6 +117,7 @@ struct spu {
|
||||
struct list_head list;
|
||||
struct list_head sched_list;
|
||||
int number;
|
||||
int nid;
|
||||
u32 isrc;
|
||||
u32 node;
|
||||
u64 flags;
|
||||
|
Reference in New Issue
Block a user