• Andrew Morton's avatar
    [PATCH] exception table search fix · 8283a979
    Andrew Morton authored
    The exception table search code currently fails if addresses differ by more
    than 2G.  This is only a problem when using the 4g/4g address space split,
    but it's more robust this way.
    
    Also, shuffle the comparison order n there so the least likely case comes
    last.
    8283a979
extable.c 2.06 KB