git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
705747a
)
[SPARC64]: Convert to use generic exception table support.
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 29 Sep 2005 03:21:11 +0000
(20:21 -0700)
committer
David 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