• J
    x86/uv: fix init of cpu-less nodes · 27229ca6
    Jack Steiner 提交于
    Fix an endcase in the UV initialization code for the "UV large system mode"
    of apicids.  If node zero contains no cpus, cpus on another node will be the
    boot cpu.  The percpu data that contains the extra apicid bits was not
    being initialized early enough.
    
    [ Impact: fix potential boot crash on cpu-less UV nodes ]
    Signed-off-by: NJack Steiner <steiner@sgi.com>
    LKML-Reference: <20090417142447.GA23759@sgi.com>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    27229ca6
x2apic_uv_x.c 16.3 KB