From: Paul Jackson Date: Sun, 22 Jun 2008 14:22:17 +0000 (-0700) Subject: x86 boot: more consistently use type int for node ids X-Git-Tag: v2.6.27-rc1~1106^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc0d2615a15a93d344abbe8cb1b9056122bce9d;p=pandora-kernel.git x86 boot: more consistently use type int for node ids Everywhere I look, node id's are of type 'int', except in this one case, which has 'unsigned long'. Change this one to 'int' as well. There is nothing special about the way this variable 'nid' is used in this routine to justify using an unusual type here. Signed-off-by: Paul Jackson Cc: "Yinghai Lu" Cc: "Jack Steiner" Cc: "Mike Travis" Cc: "Huang Cc: Ying" Cc: "Andi Kleen" Cc: "Andrew Morton" Cc: Paul Jackson Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed