parisc: Use generic extable search and sort routines

Switch to the generic extable search and sort routines which were introduced
with commit a272858 from Ard Biesheuvel. This saves quite some memory in the
vmlinux binary with the 64bit kernel.

Signed-off-by: Helge Deller <deller@gmx.de>
(cherry picked from commit 0de798584b)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
This commit is contained in:
Helge Deller
2016-03-23 16:00:46 +01:00
committed by Alex Shi
parent 200d9e78db
commit 5dd612ebfa
5 changed files with 9 additions and 11 deletions

View File

@@ -283,6 +283,7 @@ do_file(char const *const fname)
case EM_X86_64:
case EM_S390:
case EM_AARCH64:
case EM_PARISC:
custom_sort = sort_relative_table;
break;
case EM_ARCOMPACT: