From: Christoph Lameter Date: Wed, 11 Oct 2006 08:21:26 +0000 (-0700) Subject: [PATCH] mm: kevent threads: use MPOL_DEFAULT X-Git-Tag: v2.6.19-rc2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=469340236a7c9673df3e6a2425f559517f01464e;p=pandora-kernel.git [PATCH] mm: kevent threads: use MPOL_DEFAULT Switch the memory policy of the kevent threads to MPOL_DEFAULT while leaving the kzalloc of the workqueue structure on interleave. This means that all code executed in the context of the kevent thread is allocating node local. Signed-off-by: Christoph Lameter Cc: Christoph Lameter Cc: Alok Kataria Cc: Andi Kleen Cc: Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed