[SPARC64]: Convert to use generic exception table support.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 29 Sep 2005 03:21:11 +0000 (20:21 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 29 Sep 2005 03:21:11 +0000 (20:21 -0700)
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>

No differences found