]> git.baikalelectronics.ru Git - kernel.git/commit
s390/extable: use generic search and sort routines
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 22 Mar 2016 21:28:14 +0000 (14:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Mar 2016 22:36:02 +0000 (15:36 -0700)
commitc6c1baf39d6d401f3a2bc7c54732ae4990bbfeeb
tree11b26a5aad05627d6d369de15ee17935430d3f10
parent1cfe9e16885a95ab6aacf2e0989e2c243fb60f94
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>
arch/s390/include/asm/uaccess.h
arch/s390/mm/Makefile
arch/s390/mm/extable.c [deleted file]