These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / scripts / sortextable.c
index 1052d48..c2423d9 100644 (file)
 #define EM_MICROBLAZE  189
 #endif
 
+#ifndef EM_ARCV2
+#define EM_ARCV2       195
+#endif
+
 static int fd_map;     /* File descriptor for file being modified. */
 static int mmap_failed; /* Boolean flag. */
 static void *ehdr_curr; /* current ElfXX_Ehdr *  for resource cleanup */
@@ -281,6 +285,7 @@ do_file(char const *const fname)
                custom_sort = sort_relative_table;
                break;
        case EM_ARCOMPACT:
+       case EM_ARCV2:
        case EM_ARM:
        case EM_AARCH64:
        case EM_MICROBLAZE: