summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorPaul Jackson <pj@sgi.com>2008-06-22 14:22:17 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-07-08 10:51:38 (GMT)
commit2bc0d2615a15a93d344abbe8cb1b9056122bce9d (patch)
tree8011b668497aac0870119dda987de6501c5d507d /arch/x86
parente2fc252e0ce695b4c4abe27bb073c35bd0d73252 (diff)
downloadlinux-2bc0d2615a15a93d344abbe8cb1b9056122bce9d.tar.xz
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 <pj@sgi.com> Cc: "Yinghai Lu" <yhlu.kernel@gmail.com> Cc: "Jack Steiner" <steiner@sgi.com> Cc: "Mike Travis" <travis@sgi.com> Cc: "Huang Cc: Ying" <ying.huang@intel.com> Cc: "Andi Kleen" <andi@firstfloor.org> Cc: "Andrew Morton" <akpm@linux-foundation.org> Cc: Paul Jackson <pj@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions