• Jack Steiner's avatar
    x86: increase size of APICID · a65d1d64
    Jack Steiner authored
    Increase the number of bits in an apicid from 8 to 32.
    
    By default, MP_processor_info() gets the APICID from the
    mpc_config_processor structure. However, this structure limits
    the size of APICID to 8 bits. This patch allows the caller of
    MP_processor_info() to optionally pass a larger APICID that will
    be used instead of the one in the mpc_config_processor struct.
    Signed-off-by: default avatarJack Steiner <steiner@sgi.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    a65d1d64
mpspec.h 3.3 KB