commit | 94dcf29a11b3d20a28790598d701f98484a969da | [log] [tgz] |
---|---|---|
author | Eric Dumazet <[email protected]> | Tue Mar 22 16:30:45 2011 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Mar 22 17:44:01 2011 -0700 |
tree | 21c65f6634dcde739bb85cbc019ee273f1427f90 | |
parent | 207205a2ba2655652fe46a60b49838af6c16a919 [diff] |
kthread: use kthread_create_on_node() ksoftirqd, kworker, migration, and pktgend kthreads can be created with kthread_create_on_node(), to get proper NUMA affinities for their stack and task_struct. Signed-off-by: Eric Dumazet <[email protected]> Acked-by: David S. Miller <[email protected]> Reviewed-by: Andi Kleen <[email protected]> Acked-by: Rusty Russell <[email protected]> Acked-by: Tejun Heo <[email protected]> Cc: Tony Luck <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: David Howells <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>