aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2016-03-23 11:00:46 -0400
committerHelge Deller <deller@gmx.de>2016-03-23 11:00:46 -0400
commit0de798584bdedfdad19db21e3c7aec84f252f4f3 (patch)
tree49d1d55f6dab37ee534952453b0e32c73316c7eb /scripts
parentc95a23da2ea5328ba467ea1a57e2915b1fb19376 (diff)
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sortextable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/sortextable.c b/scripts/sortextable.c
index 62a1822e0f41..f453b7ce99d6 100644
--- a/scripts/sortextable.c
+++ b/scripts/sortextable.c
@@ -315,6 +315,7 @@ do_file(char const *const fname)
315 315
316 case EM_S390: 316 case EM_S390:
317 case EM_AARCH64: 317 case EM_AARCH64:
318 case EM_PARISC:
318 custom_sort = sort_relative_table; 319 custom_sort = sort_relative_table;
319 break; 320 break;
320 case EM_ARCOMPACT: 321 case EM_ARCOMPACT: