commit | c352e8b6de9808ec5edc792d54f8785de6626d02 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Mar 22 14:28:14 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Mar 22 15:36:02 2016 -0700 |
tree | 11b26a5aad05627d6d369de15ee17935430d3f10 | |
parent | e77986b560741f40ac30755afc57074898da31e8 [diff] |
s390/extable: use generic search and sort routines Replace the arch specific versions of search_extable() and sort_extable() with calls to the generic ones, which now support relative exception tables as well. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>