commit | 8cf14af0a740fb7e9f94a203b5a989beb875d58f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Wed Sep 28 20:21:11 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Sep 28 20:21:11 2005 -0700 |
tree | a7bec4d60c352e780d6a2b75e9b95e637e3a14f7 | |
parent | 705747ab87c96f1b4b8e73ba617c323d9087f6ac [diff] |
[SPARC64]: Convert to use generic exception table support. The funny "range" exception table entries we had were only used by the compat layer socketcall assembly, and it wasn't even needed there. For free we now get proper exception table sorting and fast binary searching. Signed-off-by: David S. Miller <davem@davemloft.net>