• Cliff Wickman's avatar
    x86, UV: Correct BAU software acknowledge · 39847e7f
    Cliff Wickman authored
    Correct the acknowledgment and the reset of a BAU
    software-acknowledged message.
    
    A retry message should be testing only for timed-out resources
    (mask << 8). (And we delete a log message that might cause
    unnecessary concern) The acknowledge MMR is
    |--timed-out--|---pending--|,  each is 8 bits.
    
    The IPI-driven reset of software acknowledge resources frees
    both timed out and pending resources.
    Signed-off-by: default avatarCliff Wickman <cpw@sgi.com>
    Cc: gregkh@suse.de
    LKML-Reference: <E1OJvNy-0004aP-7O@eag09.americas.sgi.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    39847e7f
tlb_uv.c 45.3 KB