From: Yinghai Lu Date: Fri, 7 Mar 2008 02:25:16 +0000 (-0800) Subject: x86: tight online check in setup_per_cpu_areas X-Git-Tag: v2.6.25-rc7~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2de1376226eab4660e162e0728eadd18db3c4a;p=pandora-kernel.git x86: tight online check in setup_per_cpu_areas when numa disabled I got this compile warning: arch/x86/kernel/setup64.c: In function setup_per_cpu_areas: arch/x86/kernel/setup64.c:147: warning: the address of contig_page_data will always evaluate as true it seems we missed checking if the node is online before we try to refer NODE_DATA. Fix it. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed