From: Tony Luck Date: Tue, 12 Dec 2006 19:18:55 +0000 (-0800) Subject: [IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid' X-Git-Tag: v2.6.20-rc1~141^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b9c106856d92c8266697328b148d115538b59ce;p=pandora-kernel.git [IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid' This warning only shows up with CONFIG_VIRTUAL_MEM_MAP=y and CONFIG_FLATMEM=y. There is only one caller left for register_active_ranges() from the contig.c code ... so it doesn't need to pick up the node number, the node number is always zero. Signed-off-by: Tony Luck --- Reading git-diff-tree failed