From: Dave Jones Date: Fri, 8 Jul 2005 00:56:39 +0000 (-0700) Subject: [PATCH] Fix up non-NUMA breakage in mmzone.h X-Git-Tag: v2.6.13-rc3~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8af300c3bd87b2310f1e7a642f37e0fe49a754b;p=pandora-kernel.git [PATCH] Fix up non-NUMA breakage in mmzone.h If CONFIG_NUMA isn't set, we use the define in for early_pfn_to_nid (which defines it to 0). Because of this, the prototype needs to move inside the CONFIG_NUMA too, or anal gcc's get really confused. Signed-off-by: Dave Jones Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed