[PATCH 44/50] sched: numa: stay on the same node if CLONE_VM

2013-09-10 Thread Mel Gorman
From: Rik van Riel A newly spawned thread inside a process should stay on the same NUMA node as its parent. This prevents processes from being "torn" across multiple NUMA nodes every time they spawn a new thread. Signed-off-by: Rik van Riel Signed-off-by: Mel Gorman --- include/linux/sched.h

[PATCH 44/50] sched: numa: stay on the same node if CLONE_VM

2013-09-10 Thread Mel Gorman
From: Rik van Riel r...@redhat.com A newly spawned thread inside a process should stay on the same NUMA node as its parent. This prevents processes from being torn across multiple NUMA nodes every time they spawn a new thread. Signed-off-by: Rik van Riel r...@redhat.com Signed-off-by: Mel Gorman