• Greg Kroah-Hartman's avatar
    [PATCH] small fix for mpparse.c · 07c67e8d
    Greg Kroah-Hartman authored
    Here's a very tiny bugfix for arch/i386/kernel/mpparse.c in the
    2.4.19-pre2 kernel.  It fixes the problem if there is an error in the
    MP_processor_info() function where the mpc_apicid value is greater than
    MAX_APICS, then we need to decrement the number of valid processors
    before we return (the number was just incremented before the check.)
    
    The patch was written by James Cleverdon.
    07c67e8d
mpparse.c 22.1 KB