From: Mike Travis Date: Mon, 12 May 2008 19:21:12 +0000 (+0200) Subject: sched: replace MAX_NUMNODES with nr_node_ids in kernel/sched.c X-Git-Tag: v2.6.27-rc1~848^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a953e4597abd51b74c99e0e3b7074532a60fd031;p=pandora-kernel.git sched: 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. For inclusion into sched-devel/latest tree. Based on: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git + sched-devel/latest .../mingo/linux-2.6-sched-devel.git Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed