mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
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>
This commit is contained in:
parent
c95a23da2e
commit
0de798584b
5 changed files with 9 additions and 11 deletions
|
@ -315,6 +315,7 @@ do_file(char const *const fname)
|
|||
|
||||
case EM_S390:
|
||||
case EM_AARCH64:
|
||||
case EM_PARISC:
|
||||
custom_sort = sort_relative_table;
|
||||
break;
|
||||
case EM_ARCOMPACT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue