From: Christoph Lameter Date: Sat, 14 Jan 2006 21:20:46 +0000 (-0800) Subject: [PATCH] Fix for CONFIG_NUMA without CONFIG_SWAP X-Git-Tag: v2.6.16-rc1~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852cf918dcf2ae46468b425e679fbcbf0ea8fdbb;p=pandora-kernel.git [PATCH] Fix for CONFIG_NUMA without CONFIG_SWAP Some people apparently run CONFIG_NUMA without CONFIG_SWAP. The migration code currently depends on swap. This patch provides a set of inline fallback functions so that the kernel properly compiles. However, calls to migration functions will fail. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed