• Paul Jackson's avatar
    x86 boot: more consistently use type int for node ids · 2bc0d261
    Paul Jackson authored
    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: default avatarPaul 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: default avatarIngo Molnar <mingo@elte.hu>
    2bc0d261
page_alloc.c 127 KB