commit | 31a5c6e4f25704f51f9a1373f0784034306d4cf1 | [log] [tgz] |
---|---|---|
author | Nishanth Aravamudan <nacc@us.ibm.com> | Sun Jul 15 23:38:02 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jul 16 09:05:35 2007 -0700 |
tree | 873acb320c44558e831724088695d13110e1f093 | |
parent | f0c0b2b808f232741eadac272bd4bc51f18df0f4 [diff] |
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 <nacc@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>