mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
ARC: extable: Enable sorting at build time
Avoids wasting cycles at boot specially on slower simulators Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Michal Marek <mmarek@suse.cz> Cc: Francois Bedard <fbedard@synopsys.com> Cc: linux-kernel@vger.kernel.org Acked-by: David Daney <david.daney@cavium.com>
This commit is contained in:
parent
6ce4eac1f6
commit
f06d19e460
2 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
#include <tools/be_byteshift.h>
|
||||
#include <tools/le_byteshift.h>
|
||||
|
||||
#ifndef EM_ARCOMPACT
|
||||
#define EM_ARCOMPACT 93
|
||||
#endif
|
||||
|
||||
#ifndef EM_AARCH64
|
||||
#define EM_AARCH64 183
|
||||
#endif
|
||||
|
@ -268,6 +272,7 @@ do_file(char const *const fname)
|
|||
case EM_S390:
|
||||
custom_sort = sort_relative_table;
|
||||
break;
|
||||
case EM_ARCOMPACT:
|
||||
case EM_ARM:
|
||||
case EM_AARCH64:
|
||||
case EM_MIPS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue