• C
    x86: Fix uv bau sending buffer initialization · 9c26f52b
    Cliff Wickman 提交于
    The initialization of the UV Broadcast Assist Unit's sending
    buffers was making an invalid assumption about the
    initialization of an MMR that defines its address.
    
    The BIOS will not be providing that MMR.  So
    uv_activation_descriptor_init() should unconditionally set it.
    
    Tested on UV simulator.
    Signed-off-by: NCliff Wickman <cpw@sgi.com>
    Cc: <stable@kernel.org> # for v2.6.30.x
    LKML-Reference: <E1MJTfj-0005i1-W8@eag09.americas.sgi.com>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    9c26f52b
tlb_uv.c 23.0 KB