• Jaswinder Singh Rajput's avatar
    x86: e820 fix various signedness issues in setup.c and e820.c · ba639039
    Jaswinder Singh Rajput authored
    Impact: cleanup
    
    This fixed various signedness issues in setup.c and e820.c:
    arch/x86/kernel/setup.c:455:53: warning: incorrect type in argument 3 (different signedness)
    arch/x86/kernel/setup.c:455:53:    expected int *pnr_map
    arch/x86/kernel/setup.c:455:53:    got unsigned int extern [toplevel] *<noident>
    arch/x86/kernel/setup.c:639:53: warning: incorrect type in argument 3 (different signedness)
    arch/x86/kernel/setup.c:639:53:    expected int *pnr_map
    arch/x86/kernel/setup.c:639:53:    got unsigned int extern [toplevel] *<noident>
    arch/x86/kernel/setup.c:820:54: warning: incorrect type in argument 3 (different signedness)
    arch/x86/kernel/setup.c:820:54:    expected int *pnr_map
    arch/x86/kernel/setup.c:820:54:    got unsigned int extern [toplevel] *<noident>
    
    arch/x86/kernel/e820.c:670:53: warning: incorrect type in argument 3 (different signedness)
    arch/x86/kernel/e820.c:670:53:    expected int *pnr_map
    arch/x86/kernel/e820.c:670:53:    got unsigned int [toplevel] *<noident>
    Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
    ba639039
e820.c 35.8 KB