lib/extable.c: use bsearch() library function in search_extable()
authorThomas Meyer <[email protected]>
Mon, 10 Jul 2017 22:51:58 +0000 (15:51 -0700)
committerLinus Torvalds <[email protected]>
Mon, 10 Jul 2017 23:32:35 +0000 (16:32 -0700)
commita94c33dd1f677d16c4f1a162b4b3e9eba1b07c24
treec5a55e93fc355f73d614b0608dac3652b8048adf
parent12e8fd6fd380261fd200d2e8f7a519ade73ea05b
lib/extable.c: use bsearch() library function in search_extable()

[[email protected]: v3: fix arch specific implementations]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Meyer <[email protected]>
Cc: Rasmus Villemoes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/mips/kernel/module.c
arch/mips/kernel/traps.c
arch/sh/mm/extable_64.c
arch/sparc/mm/extable.c
include/linux/extable.h
kernel/extable.c
kernel/module.c
lib/extable.c