From: Nishanth Aravamudan Date: Mon, 16 Jul 2007 06:38:02 +0000 (-0700) Subject: hugetlb: remove unnecessary nid initialization X-Git-Tag: v2.6.23-rc1~1037 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a5c6e4f25704f51f9a1373f0784034306d4cf1;p=pandora-kernel.git hugetlb: remove unnecessary nid initialization nid is initialized to numa_node_id() but will either be overwritten in the loop or not used in the conditional. So remove the initialization. Signed-off-by: Nishanth Aravamudan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed