From: Mike Travis Date: Mon, 12 May 2008 19:21:12 +0000 (+0200) Subject: sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.c X-Git-Tag: v2.6.27-rc1~1106^2~246^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076ac2af86c3b7f89ac31bc50a7508d3e035b786;p=pandora-kernel.git sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.c * Replace usages of MAX_NUMNODES with nr_node_ids in kernel/sched.c, where appropriate. This saves some allocated space as well as many wasted cycles going through node entries that are non-existent. Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed