From: Yasunori Goto Date: Tue, 27 Jun 2006 09:53:33 +0000 (-0700) Subject: [PATCH] pgdat allocation for new node add (export kswapd start func) X-Git-Tag: v2.6.18-rc1~580 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3218ae14b1e3ee2ab81df30ed690c8e864d23316;p=pandora-kernel.git [PATCH] pgdat allocation for new node add (export kswapd start func) When node is hot-added, kswapd for the node should start. This export kswapd start function as kswapd_run() to use at add_memory(). [akpm@osdl.org: daemonize() isn't needed when using the kthread API] Signed-off-by: Yasunori Goto Signed-off-by: KAMEZAWA Hiroyuki Cc: Dave Hansen Cc: "Brown, Len" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed